This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 67c0a7774a [X86] Fix some inconsistent formatting in the first line of [...] new c6658ec5ce [X86] Correct the attributes on the incssp and rdssp builtin [...] new 4f25981ffc [analyzer] pr18953: Split C++ zero-initialization from defau [...]
The 2 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: include/clang/Basic/BuiltinsX86.def | 4 +- include/clang/Basic/BuiltinsX86_64.def | 4 +- .../Core/PathSensitive/ProgramState.h | 13 ++- .../StaticAnalyzer/Core/PathSensitive/Store.h | 10 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 5 +- lib/StaticAnalyzer/Core/ProgramState.cpp | 25 +++-- lib/StaticAnalyzer/Core/RegionStore.cpp | 40 ++++--- lib/StaticAnalyzer/Core/Store.cpp | 4 - test/Analysis/ctor.mm | 121 ++++++++++++++++++++- 11 files changed, 187 insertions(+), 45 deletions(-)