Skip to content

Commit

Permalink
C++: Add change notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed Oct 16, 2024
1 parent a99d576 commit baab74c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The function call target resolution algorithm has been improved to resolve more calls through function pointers. As a result, dataflow queries may have more results.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: feature
---
* Added a new predicate `DataFlow::getARuntimeTarget` for getting a function that may be invoked by a `Call` expression. Unlike `Call.getTarget` this new predicate may also resolves function pointers.

0 comments on commit baab74c

Please sign in to comment.