A range-for was added in r361647 where the range variable was only used in an
assertion. As a result, it warned for Release builds. This revision
restructures the assertion to avoid the problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
LGTM
clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp | ||
---|---|---|
21 ↗ | (On Diff #201289) | NIT: use llvm::all_of avoid typing the container name twice. |
Comment Actions
I have commit this patch on behalf of @ymandel, as this warning blocks our internal integration.