Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
readability
/
BracesAroundStatementsCheck.cpp
c09197e
Port getLocEnd -> getEndLoc
by Stephen Kelly
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
7ce3a83
(no commit message)
by Florian Gross
· 8 years ago
a0ddf5f
[clang-tidy] readability-braces-around-statements false positive with char literals
by Alexander Kornienko
· 8 years ago
7aedf33
[clang-tidy] Minor cleanup + a disabled test case for PR26228. NFC
by Alexander Kornienko
· 8 years ago
7c7ea7d
[clang-tools-extra] Format sources with clang-format. NFC.
by Mandeep Singh Grang
· 9 years ago
505434b
[clang-tidy] Fix readability-braces-around-statements false positive
by Marek Kurdej
· 9 years ago
67f8806
[clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check.
by Haojian Wu
· 10 years ago
60c9316
[clang-tidy] Fix an assert failure in 'readability-braces-around-statements' check.
by Haojian Wu
· 10 years ago
d819364
[clang-tidy] Don't use diag() for debug output
by Alexander Kornienko
· 10 years ago
08023c6
[clang-tidy] Fix an assertion in the readability-braces-around-statements check.
by Alexander Kornienko
· 10 years ago
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
ffc2779
[clang-tidy] Fix PR22785.
by Alexander Kornienko
· 10 years ago
cfacf8a
[clang-tidy] Force braces around leaf 'else if' for consistency.
by Samuel Benzaquen
· 10 years ago
462501e
Force braces on the else branch if they are being added to the if branch.
by Samuel Benzaquen
· 10 years ago
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]
f305000
[clang-tidy] misc-braces-around-statements.ShortStatementLines option
by Alexander Kornienko
· 11 years ago
8f7e7f7
[clang-tidy] Add check misc-braces-around-statements.
by Alexander Kornienko
· 11 years ago