This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2974c75 [Driver] Delete some dead code (NFC) new 56e97bd [Temporary, Lifetime] Add lifetime marks for 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: lib/CodeGen/CGCleanup.cpp | 3 + lib/CodeGen/CGDecl.cpp | 20 +-- lib/CodeGen/CGExpr.cpp | 20 ++- lib/CodeGen/CodeGenFunction.h | 13 ++ lib/CodeGen/EHScopeStack.h | 5 +- test/CodeGen/temporary-lifetime-exceptions.cpp | 24 ++++ test/CodeGen/temporary-lifetime.cpp | 165 +++++++++++++++++++++++++ test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp | 98 ++++++++++----- 8 files changed, 298 insertions(+), 50 deletions(-) create mode 100644 test/CodeGen/temporary-lifetime-exceptions.cpp create mode 100644 test/CodeGen/temporary-lifetime.cpp