This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9558f9dcee [clang] enable_trivial_var_init_zero should not be Joined<> new 54b0fb8af3 Fix crash or wrong code bug if a lifetime-extended temporary [...]
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/AST/ExprConstant.cpp | 6 ++++-- lib/CodeGen/CodeGenModule.cpp | 13 ++++++------- test/CodeGenCXX/no-const-init-cxx2a.cpp | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 test/CodeGenCXX/no-const-init-cxx2a.cpp