[cfe-commits] r155835 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaStmt.cpp test/SemaCXX/warn-loop-analysis.cpp

Ted Kremenek kremenek at apple.com
Tue May 1 10:27:35 PDT 2012


So that we get some living-on for this warning, should we enable it for LLVM builds (in both configure and CMake)?

On Apr 30, 2012, at 11:01 AM, Richard Trieu <rtrieu at google.com> wrote:

> URL: http://llvm.org/viewvc/llvm-project?rev=155835&view=rev
> Log:
> Add -Wloop-analysis.  This warning will fire on for loops which the variables
> in the loop conditional do not change.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120501/8d195b47/attachment.html>


More information about the cfe-commits mailing list