Skip to content

Commit

Permalink
Update cpp/ql/lib/change-notes/2024-10-16-new-api-for-call-target-res…
Browse files Browse the repository at this point in the history
…olution.md

Co-authored-by: Jeroen Ketema <[email protected]>
  • Loading branch information
MathiasVP and jketema authored Oct 17, 2024
1 parent baab74c commit 5e04358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +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.
* 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 resolve function pointers.

0 comments on commit 5e04358

Please sign in to comment.