[PATCH] D68912: Adds -Wrange-loop-analysis to -Wall

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 28 09:40:43 PDT 2019


xbolva00 requested changes to this revision.
xbolva00 added a comment.
This revision now requires changes to proceed.

>> Does this analysis require CFG support

https://reviews.llvm.org/D69292 also requires CFG support.

Generally, is CFG support ok for -Wall if the warning has few false positives?

>> I am wondering if the diagnostic was kept out of -Wall for a reason.

Yes, it would be good to find why this was disabled (never enabled?).

@Mordante can you compile LLVM itself with this patch?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68912/new/

https://reviews.llvm.org/D68912





More information about the cfe-commits mailing list