Reverting temp dataflow from 2.14.3 to 2.14.1

This commit is contained in:
Dilan Bhalla
2023-08-24 00:51:51 -07:00
parent 8a9fd3539e
commit da08e0b4bd

View File

@@ -26,8 +26,12 @@
* global (inter-procedural) data flow analyses.
*/
module DataFlow {
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
private import codeql.dataflow.DataFlow
import DataFlowMake<CppOldDataFlow>
import semmle.code.cpp.dataflow.internal.DataFlowImpl1
import semmle.code.cpp.dataflow.internal.DataFlow
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
}