This fixes a false-positive e.g. when string literals are returned from if statement.
This patch includes as well a small fix to includes and renames of the test suite that collided with the name of the check.
Paths
| Differential D25558
[clang-tidy] Fix readability-braces-around-statements false positive ClosedPublic Authored by curdeius on Oct 13 2016, 7:11 AM.
Details Summary This fixes a false-positive e.g. when string literals are returned from if statement. This patch includes as well a small fix to includes and renames of the test suite that collided with the name of the check.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 13 2016, 7:49 AM
Revision Contents
Diff 74510 clang-tidy/ReadabilityModuleTest.cpp
modernize/UseUsingCheck.cpp
readability/BracesAroundStatementsCheck.cpp
|
Extra blank line.