mirror of
https://github.com/github/codeql.git
synced 2026-04-07 16:14:02 +02:00
We now detect patterns like
f(bool cond){
if(cond)
then A
else B
and prune branches for calls like f(true) or f(false).
This pruning is done both in the local (bigstep) flow graph
as well as in the inter-procedural dataflow graph.