C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-07-31 13:57:19 +01:00
parent 8691075aae
commit 7e93b99ff9

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Exposed various SSA-related classes (`Definition`, `PhiNode`, `ExplicitDefinition`, `DirectExplicitDefinition`, and `IndirectExplicitDefinition`) which were previously only usable inside the internal dataflow directory.