mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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.