C++: Reword the change note from #21458.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-03-23 13:45:46 +00:00
parent b5723bd75d
commit 8cebf510dc

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* Added a new data flow node, `IndirectUninitializedNode`, that represents uninitialized local variables behind a number of indirections.
* Added a class `IndirectUninitializedNode` to represent the indirection of an uninitialized local variable as a dataflow node.