Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Make BreakContinueFinder handle nested loops. | Eli Friedman | 2017-07-04 | 1 | -0/+12 |
* | Add a test case for the regression in -Wfor-loop-analysis caused by r273548. | Peter Collingbourne | 2016-06-23 | 1 | -0/+6 |
* | Add a new warning to -Wloop-analysis to detect suspicious increments or | Richard Trieu | 2013-08-06 | 1 | -0/+108 |
* | Skip checking for infinite for-loops if there are global or static variables | Richard Trieu | 2012-05-04 | 1 | -0/+8 |
* | Add commas to for loop warning to separate variable names. | Richard Trieu | 2012-05-02 | 1 | -5/+5 |
* | Add -Wloop-analysis. This warning will fire on for loops which the variables | Richard Trieu | 2012-04-30 | 1 | -0/+146 |