mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
345 B
345 B
category
| category |
|---|
| fix |
- Under certain circumstances a variable declaration that is not also a definition could be associated with a
Variablethat did not have the definition as aVariableDeclarationEntry. This is now fixed, and a uniqueVariablewill exist that has both the declaration and the definition as aVariableDeclarationEntry.