summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-loop-analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Make BreakContinueFinder handle nested loops.Eli Friedman2017-07-041-0/+12
* Add a test case for the regression in -Wfor-loop-analysis caused by r273548.Peter Collingbourne2016-06-231-0/+6
* Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu2013-08-061-0/+108
* Skip checking for infinite for-loops if there are global or static variablesRichard Trieu2012-05-041-0/+8
* Add commas to for loop warning to separate variable names.Richard Trieu2012-05-021-5/+5
* Add -Wloop-analysis. This warning will fire on for loops which the variablesRichard Trieu2012-04-301-0/+146
OpenPOWER on IntegriCloud