aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/tool
AgeCommit message (Expand)Author
2018-12-21[clang-tidy] Add export-fixes flag to clang-tidy-diffJulie Hockett
2018-12-14[clang-tidy] Remove extra config.h includesIvan Donchevskii
2018-12-14[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-12-14Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung
2018-12-13[clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii
2018-11-26[clang-tidy] PrintStackTraceOnErrorSignalAlexander Kornienko
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman
2018-09-19[clang-tidy] run-clang-tidy.py - fails using python 3.7Andi-Bogdan Postelnicu
2018-08-10[clang-tidy] run-clang-tidy.py - add synchronisation to the outputAndi-Bogdan Postelnicu
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev
2018-05-03[clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko
2018-04-18[clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu
2018-04-09[clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko
2018-03-22clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko
2018-03-19run-clang-tidy: forward clang-tidy exit statusMiklos Vajna
2018-03-14[clang-tidy] Add Zircon module to clang-tidyJulie Hockett
2018-03-13[clang-tidy] Fixing incorrect commentJulie Hockett
2018-03-09[clang-tidy] Update run-clang-tidy.py with config argJulie Hockett
2018-03-09[clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu
2018-03-07[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song
2018-01-23[clang-tidy] Add -vfsoverlay flagIlya Biryukov
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-28Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman
2017-11-28run-clang-tidy: Use check_call instead of check_outputKevin Funk
2017-11-06[clang-tidy] Support relative paths in run-clang-tidy.pyGabor Horvath
2017-11-02[clang-tidy] Clean up installation rulesShoaib Meenai
2017-10-26[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu
2017-10-21clang-tidy: Fix deps.NAKAMURA Takumi
2017-10-20[clang-tidy] Don't error on MS-style inline assembly.Zachary Turner
2017-09-08Update for PrintHelpMessage not calling exit.Rafael Espindola
2017-09-05Make run-clang-tidy compatible with Python 3.xKevin Funk
2017-07-21[clang-tidy] Add option to export fixes to run-clang-tidy.pyAlexander Kornienko
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath
2017-06-23[clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang
2017-06-09[clang-tidy] D33930: Do not pick up by default the LLVM style if passing -for...Vassil Vassilev
2017-05-10[clang-tidy][CMake] Make clang-tidy usable as distribution componentPetr Hosek
2017-04-25[clang-tidy] run-clang-tidy.py: check if clang-apply-replacements succeedsJakub Kuderski
2017-04-12Fix clang-tidy shared link with libc++Eric Fiselier
2017-04-06[clang-tidy] Update docs and help messageAlexander Kornienko
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko
2017-03-23[clang-tidy] Don't use groups in the big regexy filterAlexander Kornienko
2017-03-19Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman
2017-03-03[clang-tidy] Format code around applied fixesAlexander Kornienko
2017-02-17[clang-tidy] Add -path option to clang-tidy-diff.pyEhsan Akhgari
2017-02-09[clang-tidy] Add -quiet option to suppress extra outputEhsan Akhgari