Skip to content

Commit eec1e9f

Browse files
committed
C++: Fix change note.
1 parent 7585a38 commit eec1e9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/lib/change-notes/2023-03-16-use-use-flow.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ category: majorAnalysis
55
The new library behaves much more like the dataflow library of other CodeQL supported
66
languages by following use-use dataflow paths instead of def-use dataflow paths.
77
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.
8+
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

Comments
 (0)