mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
4 lines
376 B
Markdown
4 lines
376 B
Markdown
---
|
|
category: fix
|
|
---
|
|
* Under certain circumstances a function declaration that is not also a definition could be associated with a `Function` that did not have the definition as a `FunctionDeclarationEntry`. This is now fixed when only one definition exists, and a unique `Function` will exist that has both the declaration and the definition as a `FunctionDeclarationEntry`. |