This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5b41e92e1e Revert r357610, it caused PR41471 new eae000b425 Variable auto-init: also auto-init alloca
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/CodeGen/CGBuiltin.cpp | 22 ++++++++ lib/CodeGen/CGDecl.cpp | 90 ++---------------------------- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/PatternInit.cpp | 93 +++++++++++++++++++++++++++++++ lib/CodeGen/PatternInit.h | 27 +++++++++ test/CodeGenCXX/trivial-auto-var-init.cpp | 28 ++++++++++ 6 files changed, 177 insertions(+), 84 deletions(-) create mode 100644 lib/CodeGen/PatternInit.cpp create mode 100644 lib/CodeGen/PatternInit.h