1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  3. 6e39e68 [clang-tidy] Move checks from misc- to performance- by Alexander Kornienko · 8 years ago[Renamed (98%) from clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp]
  4. afad84c [clang-tidy] Cleaning up language options. by Gabor Horvath · 9 years ago
  5. e93a73f [ASTMatchers] Added ignoringParenImpCasts to has matchers by Piotr Padlewski · 9 years ago
  6. bd6a74e [clang-tidy] Fix check broken in rL263822. by Samuel Benzaquen · 10 years ago
  7. d7f2e34 [clang-tidy] Use hasAnyName() instead of matchesName(). by Samuel Benzaquen · 10 years ago
  8. b9ea09c Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang. by Aaron Ballman · 10 years ago
  9. bf89109 Using an early return as it is more clear; NFC. by Aaron Ballman · 10 years ago
  10. 327e97b Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the checkers do not require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct. by Aaron Ballman · 10 years ago
  11. b4fbb17 [clang-tidy] Support replacements in macro arguments in misc-inefficient-algorithm by Alexander Kornienko · 10 years ago
  12. 2b312420 [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc by Alexander Kornienko · 11 years ago
  13. 21b76ba [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker. by Gabor Horvath · 11 years ago
  14. 0329519 [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker. by Gabor Horvath · 11 years ago
  15. 3880bee [clang-tidy] Checker for inefficient use of algorithms on associative containers by Gabor Horvath · 11 years ago