Skip to content

Commit f91c91e

Browse files
author
Dilan Bhalla
committed
resolve dataflow conflict
1 parent 58f8523 commit f91c91e

File tree

6 files changed

+2
-90
lines changed

6 files changed

+2
-90
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import cpp
2525
* Provides classes for performing local (intra-procedural) and
2626
* global (inter-procedural) data flow analyses.
2727
*/
28-
module DataFlow {
28+
deprecated module DataFlow {
2929
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
3030
private import codeql.dataflow.DataFlow
3131
import DataFlowMake<Location, CppOldDataFlow>

cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow2.qll

Lines changed: 0 additions & 22 deletions
This file was deleted.

cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow3.qll

Lines changed: 0 additions & 22 deletions
This file was deleted.

cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow4.qll

Lines changed: 0 additions & 22 deletions
This file was deleted.

cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import semmle.code.cpp.dataflow.DataFlow2
2424
* Provides classes for performing local (intra-procedural) and
2525
* global (inter-procedural) taint-tracking analyses.
2626
*/
27-
module TaintTracking {
27+
deprecated module TaintTracking {
2828
import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTrackingParameter::Public
2929
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
3030
private import semmle.code.cpp.dataflow.internal.TaintTrackingImplSpecific

cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking2.qll

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)