[all-commits] [llvm/llvm-project] 64c979: [analyzer] StdLibraryFunctionsChecker: Add support...
Zuka Tsinadze via All-commits
all-commits at lists.llvm.org
Wed Aug 12 07:15:57 PDT 2020
Branch: refs/heads/arcpatch-D85093_1
Home: https://github.com/llvm/llvm-project
Commit: 64c979d948f7af2e88416618f8abe658c7014d9c
https://github.com/llvm/llvm-project/commit/64c979d948f7af2e88416618f8abe658c7014d9c
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
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D85093
Commit: 0a2fc6d74bc1a41d0177ac7b3320f10bcce089b2
https://github.com/llvm/llvm-project/commit/0a2fc6d74bc1a41d0177ac7b3320f10bcce089b2
Author: Zurab Tsinadze <zukatsinadze at gmail.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
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
Compare: https://github.com/llvm/llvm-project/compare/64c979d948f7%5E...0a2fc6d74bc1
More information about the All-commits
mailing list