[PATCH] D88100: [analyzer][StdLibraryFunctionsChecker] Separate the signature from the summaries
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 22 08:28:48 PDT 2020
martong created this revision.
martong added reviewers: balazske, Szelethus, steakhal, NoQ, vsavchenko.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun, whisperity.
Herald added a project: clang.
martong requested review of this revision.
The signature should not be part of the summaries as many FIXME comments
suggests. By separating the signature, we open up the way to a generic
matching implementation which could be used later under the hoods of
CallDescriptionMap.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88100
Files:
clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88100.293464.patch
Type: text/x-patch
Size: 71030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200922/6f7a61a9/attachment-0001.bin>
More information about the cfe-commits
mailing list