summaryrefslogtreecommitdiffstats
path: root/clang-tidy/readability/BracesAroundStatementsCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@303849 ...Florian Gross2017-05-251-1/+1
* [clang-tidy] readability-braces-around-statements false positive with char li...Alexander Kornienko2017-05-221-2/+3
* [clang-tidy] Minor cleanup + a disabled test case for PR26228. NFCAlexander Kornienko2017-05-091-5/+5
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-4/+4
* [clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej2016-10-141-1/+1
* [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