[PATCH] D70411: [analyzer] CERT: STR31-C
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 31 09:21:19 PST 2020
Charusso updated this revision to Diff 241752.
Charusso edited the summary of this revision.
Charusso added a comment.
- 2020-ify the checker writing
- Remove extra bullet-points of CERT checker documentation: we only need the checker's documentation, not the packages.
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/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.241752.patch
Type: text/x-patch
Size: 39636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200131/0a19a2b7/attachment-0001.bin>
More information about the cfe-commits
mailing list