[all-commits] [llvm/llvm-project] 25bbe2: [analyzer] StdLibraryFunctionsChecker: Add support...
Zuka Tsinadze via All-commits
all-commits at lists.llvm.org
Wed Aug 12 07:21:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 25bbe234e4e73e6345f4f0b61e680abf5a90d59f
https://github.com/llvm/llvm-project/commit/25bbe234e4e73e6345f4f0b61e680abf5a90d59f
Author: Zurab Tsinadze <zukatsinadze at gmail.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
M clang/test/Analysis/std-c-library-functions-arg-constraints.c
Log Message:
-----------
[analyzer] StdLibraryFunctionsChecker: Add support for new functions
`toupper`, `tolower`, `toascii` functions were added to
StdLibraryFunctionsChecker to fully cover CERT STR37-C rule:
https://wiki.sei.cmu.edu/confluence/x/BNcxBQ
Differential Revision: https://reviews.llvm.org/D85093
More information about the All-commits
mailing list