Files
codeql/cpp/ql/lib/change-notes/2024-10-16-new-api-for-call-target-resolution.md
2024-10-17 10:57:30 +01:00

225 B

category
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 resolve function pointers.