Files
codeql/cpp/ql/lib/change-notes/2023-12-22-unique-function.md

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`.