mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
348 B
348 B
0.3.2
Bug Fixes
- 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.