C++: Add change note

This commit is contained in:
Jeroen Ketema
2022-06-24 10:15:17 +02:00
parent 82c9b8b494
commit a7956ad422

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* Under certain circumstances a variable declaration that is not also a definition could be associated with a `Variable` that did not have the definition as a `VariableDeclarationEntry`. This is now fixed, and a unique `Variable` will exist that has both the declaration and the definition as a `VariableDeclarationEntry`.