Update DataFlow.qll

This commit is contained in:
dilanbhalla
2023-08-25 10:39:28 -07:00
committed by GitHub
parent da08e0b4bd
commit f2994e70d0

View File

@@ -26,12 +26,8 @@
* global (inter-procedural) data flow analyses. * global (inter-procedural) data flow analyses.
*/ */
module DataFlow { module DataFlow {
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
import semmle.code.cpp.dataflow.internal.DataFlow private import codeql.dataflow.DataFlow
import DataFlowMake<CppOldDataFlow>
import semmle.code.cpp.dataflow.internal.DataFlowImpl1 import semmle.code.cpp.dataflow.internal.DataFlowImpl1
// UNCOMMENT BELOW IMPORT STATEMENTS AND COMMENT ABOVE STARTING AT 2.14.3 }
// private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
// private import codeql.dataflow.DataFlow
// import DataFlowMake<CppOldDataFlow>
// import semmle.code.cpp.dataflow.internal.DataFlowImpl1
}