Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | Skip checking for infinite for-loops if there are global or static variables | Richard Trieu | |
in the conditional. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156148 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-05-02 | Add commas to for loop warning to separate variable names. | Richard Trieu | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156033 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-04-30 | Add -Wloop-analysis. This warning will fire on for loops which the variables | Richard Trieu | |
in the loop conditional do not change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155835 91177308-0d34-0410-b5e6-96231b3b80d8 |