8000 Update cpp/ql/lib/change-notes/2023-12-22-unique-function.md · github/codeql@1cb0247 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cb0247

Browse files
authored
Update cpp/ql/lib/change-notes/2023-12-22-unique-function.md
1 parent d4f9e89 commit 1cb0247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: fix
33
---
4-
* 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`.
4+
* 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`.

0 commit comments

Comments
 (0)
0