Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s... | Haojian Wu | 2016-02-16 | 1 | -2/+2 |
* | [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' ... | Haojian Wu | 2016-02-11 | 1 | -1/+4 |
* | [clang-tidy] Don't use diag() for debug output | Alexander Kornienko | 2015-12-16 | 1 | -11/+3 |
* | [clang-tidy] Fix an assertion in the readability-braces-around-statements check. | Alexander Kornienko | 2015-09-30 | 1 | -0/+10 |
* | Refactors AST matching code to use the new AST matcher names. This patch corr... | Aaron Ballman | 2015-09-17 | 1 | -1/+1 |
* | [clang-tidy] Fix PR22785. | Alexander Kornienko | 2015-09-09 | 1 | -5/+10 |
* | [clang-tidy] Force braces around leaf 'else if' for consistency. | Samuel Benzaquen | 2015-06-04 | 1 | -3/+11 |
* | Force braces on the else branch if they are being added to the if branch. | Samuel Benzaquen | 2015-03-31 | 1 | -10/+12 |
* | [clang-tidy] Move some of the misc checks to readability/ | Alexander Kornienko | 2014-10-15 | 1 | -0/+257 |