Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
readability
/
RedundantControlFlowCheck.cpp
c09197e
Port getLocEnd -> getEndLoc
by Stephen Kelly
· 7 years ago
7c7ea7d
[clang-tools-extra] Format sources with clang-format. NFC.
by Mandeep Singh Grang
· 9 years ago
afad84c
[clang-tidy] Cleaning up language options.
by Gabor Horvath
· 9 years ago
d7f2a35
[clang-tidy] Bugfix for readability-redundant-control-flow check
by Kirill Bobyrev
· 9 years ago
c3975b7
Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements.
by Aaron Ballman
· 10 years ago