[PATCH] D70411: [analyzer] CERT: StrChecker: Implementing most of the STR31-C
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 10 19:49:22 PST 2019
Charusso updated this revision to Diff 233252.
Charusso marked 7 inline comments as done.
Charusso retitled this revision from "[analyzer] CERT: StrChecker: 31.c" to "[analyzer] CERT: StrChecker: Implementing most of the STR31-C".
Charusso edited the summary of this revision.
Charusso added a comment.
- Fix.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70411/new/
https://reviews.llvm.org/D70411
Files:
clang/docs/analyzer/checkers.rst
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSizeInfo.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
clang/lib/StaticAnalyzer/Checkers/AllocationState.h
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/lib/StaticAnalyzer/Checkers/cert/StrChecker.cpp
clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
clang/test/Analysis/Inputs/system-header-simulator.h
clang/test/Analysis/analyzer-config.c
clang/test/Analysis/cert/str31-c-notes-warn-on-call-off.cpp
clang/test/Analysis/cert/str31-c-notes-warn-on-call-on.cpp
clang/test/Analysis/cert/str31-c-warn-on-call-off.cpp
clang/test/Analysis/cert/str31-c-warn-on-call-on.cpp
clang/test/Analysis/cert/str31-c.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70411.233252.patch
Type: text/x-patch
Size: 40766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191211/9900d08e/attachment-0001.bin>
More information about the cfe-commits
mailing list