This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e4dbd072b [clang-ifs] Clang Interface Stubs, first version (second lan [...] new 4730a1bd73 Store a pointer to the return value in a static alloca and l [...]
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/CGDebugInfo.cpp | 18 +++++++++++++--- lib/CodeGen/CGDebugInfo.h | 10 +++++---- lib/CodeGen/CGDecl.cpp | 15 +++++++++---- lib/CodeGen/CodeGenFunction.cpp | 8 +++++++ lib/CodeGen/CodeGenFunction.h | 4 ++++ test/CodeGen/arm64-microsoft-arguments.cpp | 4 ++-- test/CodeGenCXX/conditional-gnu-ext.cpp | 8 +++---- test/CodeGenCXX/debug-info-nrvo.cpp | 28 +++++++++++++++++++++++++ test/CodeGenCXX/lambda-expressions.cpp | 1 - test/CodeGenObjC/objc-non-trivial-struct-nrvo.m | 1 - 10 files changed, 78 insertions(+), 19 deletions(-) create mode 100644 test/CodeGenCXX/debug-info-nrvo.cpp