Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import cpp
* Provides classes for performing local (intra-procedural) and
* global (inter-procedural) data flow analyses.
*/
module DataFlow {
deprecated module DataFlow {
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
private import codeql.dataflow.DataFlow
import DataFlowMake<Location, CppOldDataFlow>
Expand Down
22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow2.qll

This file was deleted.

22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow3.qll

This file was deleted.

22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/DataFlow4.qll

This file was deleted.

2 changes: 1 addition & 1 deletion cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking.qll
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import semmle.code.cpp.dataflow.DataFlow2
* Provides classes for performing local (intra-procedural) and
* global (inter-procedural) taint-tracking analyses.
*/
module TaintTracking {
deprecated module TaintTracking {
import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTrackingParameter::Public
private import semmle.code.cpp.dataflow.internal.DataFlowImplSpecific
private import semmle.code.cpp.dataflow.internal.TaintTrackingImplSpecific
Expand Down
22 changes: 0 additions & 22 deletions cpp/ql/lib/semmle/code/cpp/dataflow/TaintTracking2.qll

This file was deleted.

Loading