C++: Add change note

This commit is contained in:
Jeroen Ketema
2025-07-10 15:52:27 +02:00
parent b32a8c2489
commit 214969feaf

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a `isFinalValueOfParameter` predicate to DataFlow::Node which holds when a dataflow node represents the final value of an output parameter of a function.