1. e967a12 [clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-get by Miklos Vajna · 7 years ago
  2. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  3. c814872 [clang-tidy] Expand readability-redundant-smartptr-get to understand implicit converions to bool in more contexts. by Samuel Benzaquen · 8 years ago
  4. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
  5. 9559f04 [clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions by Kirill Bobyrev · 9 years ago
  6. 9d68b64 Revert r282382; it had no reference to Revision. by Kirill Bobyrev · 9 years ago
  7. 6c9e06a [clang-tidy] make readability-redundant-smartptr-get report get() usage in conditions by Kirill Bobyrev · 9 years ago
  8. afad84c [clang-tidy] Cleaning up language options. by Gabor Horvath · 9 years ago
  9. 51a9cc9 Apply performance-unnecessary-value-param to clang-tidy. by Benjamin Kramer · 9 years ago
  10. 1fb8bc7 [clang-tidy] Match the type against the get() method we are calling, by Samuel Benzaquen · 10 years ago
  11. b1b2f87 [clang-tidy] Use proper capitalization and punctuation for diagnostic messages. by Alexander Kornienko · 10 years ago
  12. 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
  13. 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
  14. 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]
  15. 96e7b8b [clang-tidy] Use actual LangOptions. by Alexander Kornienko · 11 years ago
  16. 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]
  17. 20e93f3 Do not touch get() calls on 'this' object. by Samuel Benzaquen · 11 years ago
  18. 110f3cc Extend the check to detect patterns like 'ptr.get() == nullptr' by Samuel Benzaquen · 11 years ago
  19. 3a57101 Add clang-tidy check to remove redundant .get() calls on smart pointers. by Samuel Benzaquen · 12 years ago