mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
We don't want alerts about the compiler-generated variables that appear in the desugaring of range-based `for`.
3 lines
259 B
Plaintext
3 lines
259 B
Plaintext
| hiding.cpp:6:17:6:17 | i | Variable i hides another variable of the same name (on $@). | hiding.cpp:4:13:4:13 | i | line 4 |
|
|
| hiding.cpp:18:15:18:15 | k | Variable k hides another variable of the same name (on $@). | hiding.cpp:15:11:15:11 | k | line 15 |
|