Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new warning to -Wloop-analysis to detect suspicious increments or | Richard Trieu | 2013-08-06 | 1 | -0/+108 |
| | | | | | | | | decrements inside for loops. Idea for this warning proposed in PR15636: http://llvm.org/bugs/show_bug.cgi?id=15636 llvm-svn: 187817 | ||||
* | Skip checking for infinite for-loops if there are global or static variables | Richard Trieu | 2012-05-04 | 1 | -0/+8 |
| | | | | | | in the conditional. llvm-svn: 156148 | ||||
* | Add commas to for loop warning to separate variable names. | Richard Trieu | 2012-05-02 | 1 | -5/+5 |
| | | | | llvm-svn: 156033 | ||||
* | Add -Wloop-analysis. This warning will fire on for loops which the variables | Richard Trieu | 2012-04-30 | 1 | -0/+146 |
in the loop conditional do not change. llvm-svn: 155835 |