[PATCH] D69813: [analyzer] CERTStrChecker: Model gets()
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 08:37:57 PST 2019
Charusso updated this revision to Diff 227888.
Charusso marked 2 inline comments as done.
Charusso retitled this revision from "[analyzer][WIP] CERTStrChecker: Model gets()" to "[analyzer] CERTStrChecker: Model gets()".
Charusso added a comment.
- Do not try to fix-it an array with offsets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69813/new/
https://reviews.llvm.org/D69813
Files:
clang/include/clang/Lex/Preprocessor.h
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.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/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
clang/test/Analysis/Inputs/system-header-simulator.h
clang/test/Analysis/analyzer-config.c
clang/test/Analysis/cert/str31-alloc.cpp
clang/test/Analysis/cert/str31-notes.cpp
clang/test/Analysis/cert/str31-safe.cpp
clang/test/Analysis/cert/str31-unsafe.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69813.227888.patch
Type: text/x-patch
Size: 25418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191105/a18a2f47/attachment-0001.bin>
More information about the cfe-commits
mailing list