Merge pull request #17775 from github/calumgrant/bmn/wrong-type-format-arguments-test

C++: Reduce FPs in cpp/wrong-type-format-argument due to extraction errors
This commit is contained in:
Calum Grant
2024-10-24 08:40:46 +01:00
committed by GitHub
22 changed files with 95 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
---
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.