https://github.com/NagyDonat closed
https://github.com/llvm/llvm-project/pull/88267
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Szelethus approved this pull request.
Seems like a very straightforward followup to the existing patches.
https://github.com/llvm/llvm-project/pull/88267
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
@llvm/pr-subscribers-clang
Author: None (NagyDonat)
Changes
This commit updates several checkers to use call descriptions with the matching
mode `CDM::CLibrary` instead checking `Call.isGlobalCFunction()` after
performing the ma
https://github.com/NagyDonat created
https://github.com/llvm/llvm-project/pull/88267
This commit updates several checkers to use call descriptions with the matching
mode `CDM::CLibrary` instead checking `Call.isGlobalCFunction()` after
performing the match. This resolves several TODOs in vario