[PATCH] D72212: [Sema] Improve -Wrange-loop-analysis warnings
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 7 13:47:22 PST 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Commit eec0240f97180ea876193dcfa3cb03cb652d9fe3 <https://reviews.llvm.org/rGeec0240f97180ea876193dcfa3cb03cb652d9fe3> "Adds -Wrange-loop-analysis to -Wall" was premature before this fix, as it could cause lots of false positives. I think a few tests are redundant. Other than those, LG.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72212/new/
https://reviews.llvm.org/D72212
More information about the cfe-commits
mailing list