This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f9275e59d1 [analyzer] NFC: Make reusable unittest mocks reusable. new 9fd8114715 [analyzer] Make default bindings to variables actually work.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/StaticAnalyzer/Core/RegionStore.cpp | 5 +- test/Analysis/string.c | 6 ++ unittests/StaticAnalyzer/CMakeLists.txt | 1 + unittests/StaticAnalyzer/StoreTest.cpp | 105 ++++++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 unittests/StaticAnalyzer/StoreTest.cpp