mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Structured bindings are now handled better, so the false negative related to structured bindings is now a true positive.
4 lines
389 B
Plaintext
4 lines
389 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 |
|
|
| hiding.cpp:38:11:38:11 | x | Variable x hides another variable of the same name (on $@). | hiding.cpp:36:9:36:9 | x | line 36 |
|