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

2 lines
189 B
Plaintext

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