[PATCH] D15928: Add -Wfor-loop-analysis to -Wall.

Richard Trieu via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 6 12:43:50 PST 2016


rtrieu accepted this revision.
rtrieu added a comment.
This revision is now accepted and ready to land.

LGTM

The most complex things these warnings use is an AST visitor, so the compile time impact should be minimal.


http://reviews.llvm.org/D15928





More information about the cfe-commits mailing list