aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/utils/CMakeLists.txt
AgeCommit message (Expand)Author
2018-09-11[clangtidy] Remove old copy of ExprMutationAnalyzerShuai Wang
2018-06-27[clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...Alexander Kornienko
2018-06-13Reverting r334604 due to failing tests.Aaron Ballman
2018-06-13Add a new class to analyze whether an expression is mutated within a statement.Aaron Ballman
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski
2016-10-17Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu
2016-05-10[clang-tidy] Lift parsing of sequence of names functions to utils.Etienne Bergeron
2016-03-05[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger
2016-02-05[clang-tdiy] Add header file extension configuration support.Haojian Wu
2015-12-30[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko
2015-10-06Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman
2015-08-14[clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/Alexander Kornienko
2014-08-13[clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer