Add `IndirectUninitializedNode` and related helper predicates by jeongsoolee09 · Pull Request #21458 · github/codeql

@jeongsoolee09

@jeongsoolee09

…Variable`

This way the changes do not alter the meaning of `UninitializedNode`.
In the meantime, the code still provides a specialized `Node` type
`IndirectUninitializedNode` to access the nodes behind levels of
indirection.

@jeongsoolee09 jeongsoolee09 changed the title Add UninitializedNode::getIndirectionIndex/0 Add IndirectUninitializedNode and related helper predicates

Mar 13, 2026

jeongsoolee09

@jeongsoolee09

@jeongsoolee09

MathiasVP

jketema