This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc6962eb2a [Sema] Fix crash on BlockExprs in a default member initializers new b68cfed35f Support lifetime-extension of conditional temporaries.
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: include/clang/Basic/DiagnosticSemaKinds.td | 6 +- lib/CodeGen/CGCleanup.cpp | 15 +- lib/CodeGen/CGDecl.cpp | 3 - lib/CodeGen/CodeGenFunction.h | 239 ++++++++++++++++------------- lib/Sema/SemaInit.cpp | 9 +- test/CodeGenCXX/temporaries.cpp | 98 +++++++++++- test/SemaCXX/conditional-expr.cpp | 6 +- 7 files changed, 247 insertions(+), 129 deletions(-)