mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
376 B
376 B
category
| category |
|---|
| fix |
- Under certain circumstances a function declaration that is not also a definition could be associated with a
Functionthat did not have the definition as aFunctionDeclarationEntry. This is now fixed when only one definition exists, and a uniqueFunctionwill exist that has both the declaration and the definition as aFunctionDeclarationEntry.