Files
codeql/cpp/ql/lib/change-notes/2014-10-16-implicitly-declared-fns.md
2024-10-23 14:46:00 +01:00

332 B

category
category
feature
  • Added the predicate mayBeFromImplicitlyDeclaredFunction() to the Call class to represent calls that may be the return value of an implicitly declared C function.
  • Added the predicate getAnExplicitDeclarationEntry() to the Function class to get a FunctionDeclarationEntry that is not implicit.