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

This commit is contained in:
Jeroen Ketema
2023-12-22 13:33:20 +01:00
committed by GitHub
parent d4f9e89b5b
commit 1cb02475a8

View File

@@ -1,4 +1,4 @@
---
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 ine definition exists, and a unique `Function` will exist that has both the declaration and the definition as a `FunctionDeclarationEntry`.
* 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`.