[PATCH] D106681: [analyzer][NFCI] Move a block from `getBindingForElement` to separate functions
Denys Petrov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 21 06:46:38 PDT 2021
ASDenysPetrov updated this revision to Diff 381240.
ASDenysPetrov added a comment.
Added a comment to //initialization.c//, that we can reason about values of constant array which doesn't have an initializer. This is not such simple for C++, since there are much more ways to initialize the array.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106681/new/
https://reviews.llvm.org/D106681
Files:
clang/lib/StaticAnalyzer/Core/RegionStore.cpp
clang/test/Analysis/initialization.c
clang/test/Analysis/initialization.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106681.381240.patch
Type: text/x-patch
Size: 9339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211021/4e02787f/attachment-0001.bin>
More information about the cfe-commits
mailing list