File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp/dataflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import cpp
2121
2222/**
23+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow` instead.
24+ *
2325 * Provides classes for performing local (intra-procedural) and
2426 * global (inter-procedural) data flow analyses.
2527 */
26- module DataFlow {
28+ deprecated module DataFlow {
2729 import semmle.code.cpp.dataflow.internal.DataFlow
2830 import semmle.code.cpp.dataflow.internal.DataFlowImpl1
2931}
Original file line number Diff line number Diff line change 1212import cpp
1313
1414/**
15+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow2` instead.
16+ *
1517 * Provides classes for performing local (intra-procedural) and
1618 * global (inter-procedural) data flow analyses.
1719 */
18- module DataFlow2 {
20+ deprecated module DataFlow2 {
1921 import semmle.code.cpp.dataflow.internal.DataFlowImpl2
2022}
Original file line number Diff line number Diff line change 1212import cpp
1313
1414/**
15+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow3` instead.
16+ *
1517 * Provides classes for performing local (intra-procedural) and
1618 * global (inter-procedural) data flow analyses.
1719 */
18- module DataFlow3 {
20+ deprecated module DataFlow3 {
1921 import semmle.code.cpp.dataflow.internal.DataFlowImpl3
2022}
Original file line number Diff line number Diff line change 1212import cpp
1313
1414/**
15+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow4` instead.
16+ *
1517 * Provides classes for performing local (intra-procedural) and
1618 * global (inter-procedural) data flow analyses.
1719 */
18- module DataFlow4 {
20+ deprecated module DataFlow4 {
1921 import semmle.code.cpp.dataflow.internal.DataFlowImpl4
2022}
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ import semmle.code.cpp.dataflow.DataFlow
1919import semmle.code.cpp.dataflow.DataFlow2
2020
2121/**
22+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.TaintTracking` instead.
23+ *
2224 * Provides classes for performing local (intra-procedural) and
2325 * global (inter-procedural) taint-tracking analyses.
2426 */
25- module TaintTracking {
27+ deprecated module TaintTracking {
2628 import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTracking
2729 import semmle.code.cpp.dataflow.internal.tainttracking1.TaintTrackingImpl
2830}
Original file line number Diff line number Diff line change 1212 */
1313
1414/**
15+ * DEPRECATED: Use `semmle.code.cpp.dataflow.new.TaintTracking2` instead.
16+ *
1517 * Provides classes for performing local (intra-procedural) and
1618 * global (inter-procedural) taint-tracking analyses.
1719 */
18- module TaintTracking2 {
20+ deprecated module TaintTracking2 {
1921 import semmle.code.cpp.dataflow.internal.tainttracking2.TaintTrackingImpl
2022}
You can’t perform that action at this time.
0 commit comments