summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s...Haojian Wu2016-02-161-2/+2
* [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' ...Haojian Wu2016-02-111-1/+4
* [clang-tidy] Don't use diag() for debug outputAlexander Kornienko2015-12-161-11/+3
* [clang-tidy] Fix an assertion in the readability-braces-around-statements check.Alexander Kornienko2015-09-301-0/+10
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-1/+1
* [clang-tidy] Fix PR22785.Alexander Kornienko2015-09-091-5/+10
* [clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen2015-06-041-3/+11
* Force braces on the else branch if they are being added to the if branch.Samuel Benzaquen2015-03-311-10/+12
* [clang-tidy] Move some of the misc checks to readability/Alexander Kornienko2014-10-151-0/+257
OpenPOWER on IntegriCloud