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. 1f1b067 Disable clang-tidy readability checkers when not compiling in C++ mode. None of the checkers 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
  3. 1b677db [clang-tidy] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions by Alexander Kornienko · 11 years ago[Renamed (94%) from clang-tools-extra/clang-tidy/readability/RedundantSmartptrGet.cpp]
  4. 96e7b8b [clang-tidy] Use actual LangOptions. by Alexander Kornienko · 11 years ago
  5. 35ddae4 [clang-tidy] Move some of the misc checks to readability/ by Alexander Kornienko · 11 years ago[Renamed (98%) from clang-tools-extra/clang-tidy/misc/RedundantSmartptrGet.cpp]
  6. 20e93f3 Do not touch get() calls on 'this' object. by Samuel Benzaquen · 12 years ago
  7. 110f3cc Extend the check to detect patterns like 'ptr.get() == nullptr' by Samuel Benzaquen · 12 years ago
  8. 3a57101 Add clang-tidy check to remove redundant .get() calls on smart pointers. by Samuel Benzaquen · 12 years ago