1. c09197e Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  2. 04e5ab3 [clang-tidy] Fix google-explicit-constructor issue with out-of-line conversions by Alexander Kornienko · 8 years ago
  3. c7c9b75 [clang-tidy] Verify some conditions in a matcher instead of check(). NFC by Alexander Kornienko · 9 years ago
  4. 7bcf751 [clang-tidy] Ignore deleted members in google-explicit-constructor. by Alexander Kornienko · 9 years ago
  5. 2042f83 [clang-tidy] google-explicit-constructor: ignore macros by Alexander Kornienko · 9 years ago
  6. 56d0806 [clang-tidy] google-explicit-constructor: ignore template instantiations by Alexander Kornienko · 9 years ago
  7. dd0c0ba [clang-tidy] google-explicit-constructor: ignore compiler-generated conversion operators. by Alexander Kornienko · 9 years ago
  8. bbd8536 [clang-tidy] Flag implicit conversion operators. by Alexander Kornienko · 9 years ago
  9. 08124b1 modernize-use-auto NFC fixes by Piotr Padlewski · 9 years ago
  10. afad84c [clang-tidy] Cleaning up language options. by Gabor Horvath · 9 years ago
  11. 51a9cc9 Apply performance-unnecessary-value-param to clang-tidy. by Benjamin Kramer · 9 years ago
  12. 5eb134c [clang-tidy] google-explicit-constructor: improve the warning message by Alexander Kornienko · 10 years ago
  13. 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
  14. ec3e5d6 Disable clang-tidy Google 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
  15. 0b02461 [clang-tidy] Clarify message for the google-explicit-constructor check by Alexander Kornienko · 10 years ago
  16. e710371 Make helpers static. clang-tools edition. by Benjamin Kramer · 11 years ago
  17. ed824e0 [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google by Alexander Kornienko · 11 years ago
  18. dd2dad0 [clang-tidy] Detect dependent initializer_lists in google-explicit-constructor. by Alexander Kornienko · 11 years ago
  19. ad5074d [clang-tidy] google-explicit-constructor: don't match in template instantiations by Alexander Kornienko · 11 years ago
  20. 15c5e6a [clang-tidy] Support initializer_list in google-explicit-constructor check by Alexander Kornienko · 11 years ago
  21. 72f1e75 Move google-explicit-constructor check to a separate source file. by Alexander Kornienko · 11 years ago