This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 31a3f52 [OpenMP] Fix typo in the run command in the test case. NFC. new 9d208e1 [c++17] P0135R1: Guaranteed copy elision.
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/AST/Expr.h | 7 +- lib/AST/Expr.cpp | 29 ++++++- lib/AST/ExprConstant.cpp | 3 + lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CGExprAgg.cpp | 16 +--- lib/CodeGen/CGExprConstant.cpp | 6 +- lib/Sema/SemaExprCXX.cpp | 10 +++ lib/Sema/SemaInit.cpp | 79 +++++++++++++++--- lib/Sema/SemaOverload.cpp | 2 +- test/CXX/drs/dr0xx.cpp | 48 +++++++---- test/CXX/drs/dr10xx.cpp | 14 +++- test/CXX/drs/dr1xx.cpp | 26 ++++-- test/CXX/drs/dr4xx.cpp | 23 +++-- test/CodeGenCXX/cxx1z-copy-omission.cpp | 81 ++++++++++++++++++ test/SemaCXX/aggregate-initialization.cpp | 12 ++- test/SemaCXX/cxx1z-copy-omission.cpp | 134 ++++++++++++++++++++++++++++++ www/cxx_dr_status.html | 2 +- www/cxx_status.html | 2 +- 18 files changed, 428 insertions(+), 68 deletions(-) create mode 100644 test/CodeGenCXX/cxx1z-copy-omission.cpp create mode 100644 test/SemaCXX/cxx1z-copy-omission.cpp