[all-commits] [llvm/llvm-project] 11d2e6: [analyzer][StdLibraryFunctionsChecker] Separate th...
Gabor Marton via All-commits
all-commits at lists.llvm.org
Wed Sep 23 02:02:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11d2e63ab0060c656398afd8ea26760031a9fb96
https://github.com/llvm/llvm-project/commit/11d2e63ab0060c656398afd8ea26760031a9fb96
Author: Gabor Marton <gabor.marton at ericsson.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
Log Message:
-----------
[analyzer][StdLibraryFunctionsChecker] Separate the signature from the summaries
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.
Differential Revision: https://reviews.llvm.org/D88100
More information about the All-commits
mailing list