mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
3 lines
294 B
Plaintext
3 lines
294 B
Plaintext
| test.cpp:13:4:13:12 | continue; | This 'continue' never re-runs the loop - the $@ is always false. | test.cpp:16:11:16:15 | 0 | loop condition |
|
|
| test.cpp:59:5:59:13 | continue; | This 'continue' never re-runs the loop - the $@ is always false. | test.cpp:62:12:62:16 | 0 | loop condition |
|