1. 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
  2. bf89109 Using an early return as it is more clear; NFC. by Aaron Ballman · 10 years ago
  3. 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
  4. b4fbb17 [clang-tidy] Support replacements in macro arguments in misc-inefficient-algorithm by Alexander Kornienko · 10 years ago
  5. 2b312420 [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc by Alexander Kornienko · 11 years ago
  6. 21b76ba [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker. by Gabor Horvath · 11 years ago
  7. 0329519 [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker. by Gabor Horvath · 11 years ago
  8. 3880bee [clang-tidy] Checker for inefficient use of algorithms on associative containers by Gabor Horvath · 11 years ago