mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
Update DataFlow.qll
This commit is contained in:
@@ -26,12 +26,8 @@
|
||||
* global (inter-procedural) data flow analyses.
|
||||
*/
|
||||
module DataFlow {
|
||||
|
||||
import semmle.code.cpp.dataflow.internal.DataFlow
|
||||
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
|
||||
private import codeql.dataflow.DataFlow
|
||||
import DataFlowMake<CppOldDataFlow>
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user