We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7585a38 commit eec1e9fCopy full SHA for eec1e9f
cpp/ql/lib/change-notes/2023-03-16-use-use-flow.md
@@ -5,4 +5,7 @@ category: majorAnalysis
5
The new library behaves much more like the dataflow library of other CodeQL supported
6
languages by following use-use dataflow paths instead of def-use dataflow paths.
7
The new library also better supports dataflow through indirections, and new predicates
8
- such as `Node::asIndirectExpr` have been added to facilitate working with indirections.
+ such as `Node::asIndirectExpr` have been added to facilitate working with indirections.
9
+
10
+ The `semmle.code.cpp.ir.dataflow.DataFlow` library is now identical to the new
11
+ `semmle.code.cpp.dataflow.new.DataFlow` library.
0 commit comments