mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
This commit adds Chi nodes to the successor relation and accounts for them in the CFG, but does not add them to the SSA data graph. Chi nodes are inserted for partial writes to any VirtualVariable, regardless of whether the partial write reaches any uses.