mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01: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.