Module MustFlow
This file provides a library for inter-procedural must-flow data flow analysis.
Unlike DataFlow.qll, the analysis provided by this file checks whether data must flow
from a source to a sink.
Import path
import semmle.code.cpp.ir.dataflow.MustFlowClasses
| MustFlowConfiguration | A configuration of a data flow analysis that performs must-flow analysis. This is different  from   | 
| MustFlowPathNode | A   | 
Modules
| PathGraph | Provides the query predicates needed to include a graph in a path-problem query.  |