[PATCH] D73007: [Sema] Avoid Wrange-loop-analysis false positives

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 10:22:55 PST 2020


hans added a comment.

In D73007#1837621 <https://reviews.llvm.org/D73007#1837621>, @rtrieu wrote:

> I'm in favor of splitting the warning into subgroups, then deciding which ones should be in -Wall.  We've done this with other warnings such as the conversion warnings and tautological compare warnings, with only a subset of them in -Wall.


It sounds like we may want this to go to the 10.x branch too, to avoid changing the interface too much between releases. So please keep me posted about how this progresses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73007





More information about the cfe-commits mailing list