1. 8577dcc [clang-tidy] Avoid inconsistent notes in readability-container-size-empty by Alexander Kornienko · 7 years ago
  2. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  3. 7b9c117 Adapt clang-tidy checks to changing semantics of hasDeclaration. by Manuel Klimek · 8 years ago
  4. 72163a9 Extend readability-container-size-empty to add comparisons to empty-state objects. by Aaron Ballman · 8 years ago
  5. f6cd367 [clang-tidy] readability-container-size-empty fix for (*x).size() by Alexander Kornienko · 9 years ago
  6. b5ca17f [clang-tidy] Ignore `size() == 0` in the container implementation. by Alexander Kornienko · 9 years ago
  7. afad84c [clang-tidy] Cleaning up language options. by Gabor Horvath · 9 years ago
  8. 0d0bbfd [clang-tidy] Fix naming in container-size-empty. by Kirill Bobyrev · 9 years ago
  9. acb6b35 [clang-tidy] Extend readability-container-size-empty to arbitrary class with size() and empty() by Kirill Bobyrev · 9 years ago
  10. 9d26599 [clang-tidy] Cleanup some ast-matchers and lift some to utils. by Etienne Bergeron · 9 years ago
  11. 533c01d [clang-tidy] readability-container-size-empty fixes by Gabor Horvath · 9 years ago
  12. f7c39d5 [clang-tidy] Make readability-container-size-empty work with inline namespaces. Fix PR25812. by Gabor Horvath · 10 years ago
  13. a4fd3be [clang-tidy] Replace a custom ASTMatcher with a built-in one. by Gabor Horvath · 10 years ago
  14. 1f30cf6 [clang-tidy] Fix a false positive case in ContainerSizeEmpty check. by Gabor Horvath · 10 years ago
  15. c6ff9c3 Fix a false positive case in ContainerSizeEmpty check (PR25893). by Gabor Horvath · 10 years ago
  16. a4e35ec [clang-tidy] Fix PR25812. by Gabor Horvath · 10 years ago
  17. 301130e [clang-tidy] Fix message style (capitalization, trailing period). by Alexander Kornienko · 10 years ago
  18. 45857d4 Make a bunch of static arrays const. by Craig Topper · 10 years ago
  19. 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
  20. 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
  21. 50d7f461 [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR violations. by Alexander Kornienko · 10 years ago
  22. 73d2749 [clang-tidy] Remove static StringSet in favor of binary search. by Benjamin Kramer · 10 years ago
  23. 1b677db [clang-tidy] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions by Alexander Kornienko · 11 years ago[Renamed (97%) from clang-tools-extra/clang-tidy/readability/ContainerSizeEmpty.cpp]
  24. df0ab6a [clang-tidy] Fix namespace comments. NFC. by Alexander Kornienko · 11 years ago
  25. f766278 Re-sort includes using the LLVM utils/sort_includes.py script. by Chandler Carruth · 11 years ago
  26. a6354ca [clang-tidy] Small readability-container-size-empty cleanup by Alexander Kornienko · 11 years ago
  27. 96e7b8b [clang-tidy] Use actual LangOptions. by Alexander Kornienko · 11 years ago
  28. febfd345 [clang-tidy] Minor cleanups in readability-container-size-empty checker by Alexander Kornienko · 11 years ago
  29. 4babd68 clang-tidy: 'size' call that could be replaced with 'empty' on STL containers by Alexander Kornienko · 11 years ago