Files
codeql/cpp/ql/test/examples/BadLocking/LocalVariableHidesGlobalVariable.expected

2 lines
189 B
Plaintext

| UnintendedDeclaration.cpp:65:14:65:20 | definition of myMutex | Local variable myMutex hides a $@ with the same name. | UnintendedDeclaration.cpp:40:7:40:13 | myMutex | global variable |