mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
332 B
332 B
category
| category |
|---|
| feature |
- Added the predicate
mayBeFromImplicitlyDeclaredFunction()to theCallclass to represent calls that may be the return value of an implicitly declared C function. - Added the predicate
getAnExplicitDeclarationEntry()to theFunctionclass to get aFunctionDeclarationEntrythat is not implicit.