This is implemented originally by Alex Pilkiewicz (pilki@google.com).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good with one nit. I'll fix and commit the patch.
Thank you!
clang-tidy/performance/ImplicitCastInLoopCheck.cpp | ||
---|---|---|
79 | No braces needed around single-line if bodies. |
test/clang-tidy/performance_implicit_cast_in_loop.cpp | ||
---|---|---|
1 | Also, the name should use dashes, not underscores. I'll fix this as well. |
No braces needed around single-line if bodies.