For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if (a,b) is an edge in the graph of data flow path explanations.
(a,b)
import semmle.code.cpp.ir.dataflow.DefaultTaintTracking
predicate edges(PathNode a, PathNode b)