aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/tool/CMakeLists.txt
AgeCommit message (Expand)Author
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-03-14[clang-tidy] Add Zircon module to clang-tidyJulie 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
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-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-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-05-10[clang-tidy][CMake] Make clang-tidy usable as distribution componentPetr Hosek
2017-04-12Fix clang-tidy shared link with libc++Eric Fiselier
2017-03-19Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman
2017-02-06[clang-tidy] safety-no-assemblerJonathan Coe
2016-08-02[clang-tidy] MPITypeMismatchCheckAlexander Kornienko
2016-07-25Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko
2016-07-25MPITypeMismatchCheck for Clang-TidyAlexander Kornienko
2016-07-07[clang-tidy] Add dependency on clang-headersNico Weber
2016-04-29Add boost-use-to-stringPiotr Padlewski
2015-12-30[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko
2015-10-06Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman
2015-10-02Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman
2015-09-17[clang-tidy] install helper scriptsAlexander Kornienko
2015-08-14[clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko
2015-03-13Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...NAKAMURA Takumi
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko
2014-03-05Added a module for checks not related to LLVM or Google coding style.Alexander Kornienko
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi
2013-11-14Make clang's static analyzer checks available through clang-tidy.Manuel Klimek
2013-08-04Fix clang-tidy dependencies and bad file comment.Daniel Jasper
2013-07-29Initial architecture for clang-tidy.Daniel Jasper