C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-03-23 13:39:15 +00:00
parent 1363c54a9f
commit fef314e27f

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* Added a class `DataFlow::IndirectParameterNode` to represent the indirection of a parameter as a dataflow node.
* Added a predicate `Node::asIndirectInstruction` which returns the `Instruction` that defines the indirect dataflow node, if any.