File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
cpp/ql/lib/semmle/code/cpp/dataflow Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 20
20
import cpp
21
21
22
22
/**
23
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow` instead.
24
+ *
23
25
* Provides classes for performing local (intra-procedural) and
24
26
* global (inter-procedural) data flow analyses.
25
27
*/
26
- module DataFlow {
28
+ deprecated module DataFlow {
27
29
import semmle.code.cpp.dataflow.internal.DataFlow
28
30
import semmle.code.cpp.dataflow.internal.DataFlowImpl1
29
31
}
Original file line number Diff line number Diff line change 12
12
import cpp
13
13
14
14
/**
15
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow2` instead.
16
+ *
15
17
* Provides classes for performing local (intra-procedural) and
16
18
* global (inter-procedural) data flow analyses.
17
19
*/
18
- module DataFlow2 {
20
+ deprecated module DataFlow2 {
19
21
import semmle.code.cpp.dataflow.internal.DataFlowImpl2
20
22
}
Original file line number Diff line number Diff line change 12
12
import cpp
13
13
14
14
/**
15
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow3` instead.
16
+ *
15
17
* Provides classes for performing local (intra-procedural) and
16
18
* global (inter-procedural) data flow analyses.
17
19
*/
18
- module DataFlow3 {
20
+ deprecated module DataFlow3 {
19
21
import semmle.code.cpp.dataflow.internal.DataFlowImpl3
20
22
}
Original file line number Diff line number Diff line change 12
12
import cpp
13
13
14
14
/**
15
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow4` instead.
16
+ *
15
17
* Provides classes for performing local (intra-procedural) and
16
18
* global (inter-procedural) data flow analyses.
17
19
*/
18
- module DataFlow4 {
20
+ deprecated module DataFlow4 {
19
21
import semmle.code.cpp.dataflow.internal.DataFlowImpl4
20
22
}
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ import semmle.code.cpp.dataflow.DataFlow
19
19
import semmle.code.cpp.dataflow.DataFlow2
20
20
21
21
/**
22
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.TaintTracking` instead.
23
+ *
22
24
* Provides classes for performing local (intra-procedural) and
23
25
* global (inter-procedural) taint-tracking analyses.
24
26
*/
25
- module TaintTracking {
27
+ deprecated module TaintTracking {
26
28
import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTracking
27
29
import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTrackingImpl
28
30
}
Original file line number Diff line number Diff line change 12
12
*/
13
13
14
14
/**
15
+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.TaintTracking2` instead.
16
+ *
15
17
* Provides classes for performing local (intra-procedural) and
16
18
* global (inter-procedural) taint-tracking analyses.
17
19
*/
18
- module TaintTracking2 {
20
+ deprecated module TaintTracking2 {
19
21
import semmle.code.cpp.dataflow.internal.tainttracking2.TaintTrackingImpl
20
22
}
You can’t perform that action at this time.
0 commit comments