[PATCH] D44934: [analyzer] Improve the modeling of `memset()`.
Henry Wong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 30 04:37:46 PDT 2018
MTC updated this revision to Diff 140405.
MTC added a comment.
According to @NoQ's suggestion, remove the duplicated code.
Repository:
rC Clang
https://reviews.llvm.org/D44934
Files:
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/Store.cpp
test/Analysis/bstring.cpp
test/Analysis/null-deref-ps-region.c
test/Analysis/string.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44934.140405.patch
Type: text/x-patch
Size: 24505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180330/825ac5df/attachment-0001.bin>
More information about the cfe-commits
mailing list