This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84677d5009 [Driver] Reland: Default Android toolchains to libc++. new 396dc1658c Add basic test that we perform lifetime extension in the exp [...] new 3c43b80122 PR24164, PR39336: init-captures are not distinct full-expressions.
The 2 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/Sema/Sema.h | 3 +- lib/AST/Expr.cpp | 7 +- lib/CodeGen/CGExprCXX.cpp | 1 - lib/Sema/SemaExprCXX.cpp | 37 ++--- lib/Sema/SemaInit.cpp | 14 ++ lib/Sema/SemaLambda.cpp | 10 -- test/CXX/special/class.temporary/p6.cpp | 240 ++++++++++++++++++++++++++++++++ test/CodeGenCXX/cxx1y-init-captures.cpp | 13 ++ test/SemaCXX/cxx1y-init-captures.cpp | 8 +- 9 files changed, 284 insertions(+), 49 deletions(-) create mode 100644 test/CXX/special/class.temporary/p6.cpp