We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ee7e9 commit 0cbd414Copy full SHA for 0cbd414
cpp/common/src/codingstandards/cpp/dataflow/DataFlow.qll
@@ -31,6 +31,6 @@ import cpp
31
module DataFlow {
32
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
33
private import codeql.dataflow.DataFlow
34
- import DataFlowMake<CppOldDataFlow>
+ import DataFlowMake<Location, CppOldDataFlow>
35
import semmle.code.cpp.dataflow.internal.DataFlowImpl1
36
}
0 commit comments