From 8cebf510dc9964c40121dd89cf43dedbb3be2b73 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Mon, 23 Mar 2026 13:45:46 +0000 Subject: [PATCH] C++: Reword the change note from #21458. --- .../change-notes/2026-03-20-add-indirect-uninitialized-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/change-notes/2026-03-20-add-indirect-uninitialized-node.md b/cpp/ql/lib/change-notes/2026-03-20-add-indirect-uninitialized-node.md index 60f6b0a276e..07235e047d4 100644 --- a/cpp/ql/lib/change-notes/2026-03-20-add-indirect-uninitialized-node.md +++ b/cpp/ql/lib/change-notes/2026-03-20-add-indirect-uninitialized-node.md @@ -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.