Files
codeql/cpp/ql/lib/change-notes/2026-03-23-indirect-parameter-nodes-and-indirect-instructions.md
Mathias Vorreiter Pedersen fef314e27f C++: Add change note.
2026-03-23 13:39:15 +00:00

270 B

category
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.