File tree 2 files changed +2
-4
lines changed
cpp/ql/lib/semmle/code/cpp
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
// NOTE: There are two copies of this file, and they must be kept identical:
2
2
// - semmle/code/cpp/controlflow/SubBasicBlocks.qll
3
- // - semmle/code/cpp/dataflow/internal/SubBasicBlocks.qll
3
+ // - semmle/code/cpp/dataflow/internal/SubBasicBlocks.qll [now DEPRECATED]
4
4
//
5
5
// The second one is a private copy of the `SubBasicBlocks` library for
6
6
// internal use by the data flow library. Having an extra copy prevents
Original file line number Diff line number Diff line change 1
1
// NOTE: There are two copies of this file, and they must be kept identical:
2
2
// - semmle/code/cpp/controlflow/SubBasicBlocks.qll
3
- // - semmle/code/cpp/dataflow/internal/SubBasicBlocks.qll
3
+ // - semmle/code/cpp/dataflow/internal/SubBasicBlocks.qll [now DEPRECATED]
4
4
//
5
5
// The second one is a private copy of the `SubBasicBlocks` library for
6
6
// internal use by the data flow library. Having an extra copy prevents
7
7
// non-monotonic recursion errors in queries that use both the data flow
8
8
// library and the `SubBasicBlocks` library.
9
9
/**
10
- * DEPRECATED: Use `semmle.code.cpp.dataflow.new.DataFlow` instead.
11
- *
12
10
* Provides the `SubBasicBlock` class, used for partitioning basic blocks in
13
11
* smaller pieces.
14
12
*/
You can’t perform that action at this time.
0 commit comments