summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Clean up code after applying replacements.Alexander Kornienko2016-10-171-0/+1
* [clang-tidy] MPITypeMismatchCheckAlexander Kornienko2016-08-021-0/+1
* Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko2016-07-251-1/+0
* MPITypeMismatchCheck for Clang-TidyAlexander Kornienko2016-07-251-0/+1
* Add boost-use-to-stringPiotr Padlewski2016-04-291-0/+1
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-031-0/+1
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+1
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-061-0/+1
* Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman2015-10-021-0/+1
* [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/Alexander Kornienko2015-08-141-2/+0
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-141-0/+1
* Fix strict dependency uncovered by windows bot.Manuel Klimek2015-08-111-0/+1
* Add an IncludeInserter to clang-tidy.Manuel Klimek2015-08-111-0/+2
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-221-0/+1
* [clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer2014-08-131-0/+1
* Track clang r213171Alp Toker2014-07-161-1/+1
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+2
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-221-0/+1
* Added a module for checks not related to LLVM or Google coding style.Alexander Kornienko2014-03-051-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+2
* [CMake] Apply DEPENDS to clangTidy.NAKAMURA Takumi2014-02-231-0/+3
* Re-applied r198807, r198808 with an additional change to fix linking in confi...Alexander Kornienko2014-01-091-0/+1
* Reverted r198807, r198808, as they cause link errors in configure builds. Wil...Alexander Kornienko2014-01-091-1/+0
* Restructured code, no functional changes.Alexander Kornienko2014-01-081-0/+1
* Rework of r198404 to avoid changes in the build configuration.Alexander Kornienko2014-01-031-4/+0
* clang-tody: Rework r198403, to fix build.NAKAMURA Takumi2014-01-031-2/+2
* clang-tidy: Fix build since r198402 in the case that the source tree of clang...NAKAMURA Takumi2014-01-031-0/+4
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-3/+5
* [CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi2013-12-091-5/+1
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-141-0/+2
* Fix clang-tidy dependencies and bad file comment.Daniel Jasper2013-08-041-2/+0
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+23
OpenPOWER on IntegriCloud