mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
225 B
225 B
category
| category |
|---|
| feature |
- Added a new predicate
DataFlow::getARuntimeTargetfor getting a function that may be invoked by aCallexpression. UnlikeCall.getTargetthis new predicate may also resolve function pointers.