| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
For now, disable the "variable in loop condition not modified" warning to not
be emitted when there is a structured binding variable in the loop condition.
https://bugs.llvm.org/show_bug.cgi?id=39285
llvm-svn: 344828
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We don't care about break or continue statements that aren't
associated with the current loop, so make sure the visitor
doesn't find them.
Fixes https://bugs.llvm.org/show_bug.cgi?id=32648 .
Differential Revision: https://reviews.llvm.org/D34568
llvm-svn: 307051
|
| |
|
|
| |
llvm-svn: 273590
|
| |
|
|
|
|
|
|
| |
decrements inside for loops. Idea for this warning proposed in PR15636:
http://llvm.org/bugs/show_bug.cgi?id=15636
llvm-svn: 187817
|
| |
|
|
|
|
| |
in the conditional.
llvm-svn: 156148
|
| |
|
|
| |
llvm-svn: 156033
|
|
|
in the loop conditional do not change.
llvm-svn: 155835
|