1. c09197e Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  2. 43465bf Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  3. 7ce3a83 (no commit message) by Florian Gross · 8 years ago
  4. a0ddf5f [clang-tidy] readability-braces-around-statements false positive with char literals by Alexander Kornienko · 8 years ago
  5. 7aedf33 [clang-tidy] Minor cleanup + a disabled test case for PR26228. NFC by Alexander Kornienko · 8 years ago
  6. 7c7ea7d [clang-tools-extra] Format sources with clang-format. NFC. by Mandeep Singh Grang · 9 years ago
  7. 505434b [clang-tidy] Fix readability-braces-around-statements false positive by Marek Kurdej · 9 years ago
  8. 67f8806 [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check. by Haojian Wu · 10 years ago
  9. 60c9316 [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' check. by Haojian Wu · 10 years ago
  10. d819364 [clang-tidy] Don't use diag() for debug output by Alexander Kornienko · 10 years ago
  11. 08023c6 [clang-tidy] Fix an assertion in the readability-braces-around-statements check. 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. ffc2779 [clang-tidy] Fix PR22785. by Alexander Kornienko · 10 years ago
  14. cfacf8a [clang-tidy] Force braces around leaf 'else if' for consistency. by Samuel Benzaquen · 10 years ago
  15. 462501e Force braces on the else branch if they are being added to the if branch. by Samuel Benzaquen · 10 years ago
  16. 35ddae4 [clang-tidy] Move some of the misc checks to readability/ by Alexander Kornienko · 11 years ago[Renamed (99%) from clang-tools-extra/clang-tidy/misc/BracesAroundStatementsCheck.cpp]
  17. f305000 [clang-tidy] misc-braces-around-statements.ShortStatementLines option by Alexander Kornienko · 11 years ago
  18. 8f7e7f7 [clang-tidy] Add check misc-braces-around-statements. by Alexander Kornienko · 11 years ago