8000 C++: Ensure that only one `Function` exists for every function by jketema · Pull Request #12125 · github/codeql · GitHub
[go: up one dir, main page]

Skip to content

C++: Ensure that only one Function exists for every function #12125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
C++: Add change note
  • Loading branch information
jketema committed Dec 22, 2023
commit d4f9e89b5b50ba67498ed9d1da8861e08f902518
4 changes: 4 additions & 0 deletions cpp/ql/lib/change-notes/2023-12-22-unique-function.md
Original file line number Diff line number Diff line change
@@ -0,0 +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`.
0