CodeQL library for C/C++
codeql/cpp-all 0.6.0 ( changelog , source )
Search

Module DataFlow

Import path

import semmle.code.cpp.ir.dataflow.DataFlow

Imports

DataFlow

Provides an implementation of global (interprocedural) data flow. This file re-exports the local (intraprocedural) data flow analysis from DataFlowImplSpecific::Public and adds a global analysis, mainly exposed through the Make and MakeWithState modules.

DataFlowImpl1

DEPRECATED: Use Make and MakeWithState instead.