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 3376d2a commit 5860292Copy full SHA for 5860292
cpp/ql/lib/change-notes/2023-03-16-use-use-flow.md
@@ -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