Skip to content

Commit 5860292

Browse files
committed
C++: Add change note.
1 parent 3376d2a commit 5860292

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
category: majorAnalysis
3+
---
4+
* A new C/C++ dataflow library (`semmle.code.cpp.dataflow.new.DataFlow`) has been added.
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.

0 commit comments

Comments
 (0)