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