This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aa265b0 Module: correctly set the module file kind when emitting file [...] new bb4ce7e [c++1z] P0012R1: Implement a few remaining pieces: downgrade [...] new d065ea4 Add another testcase missed from r284905. new fdc43f7 Mark P0012R1 as "Partial" since it's now substantially complete.
The 3 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/DiagnosticGroups.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 4 ++ include/clang/Sema/Sema.h | 20 +++--- lib/Sema/SemaExceptionSpec.cpp | 72 +++++++++++++++------- lib/Sema/SemaExprCXX.cpp | 28 +++++---- lib/Sema/SemaOverload.cpp | 10 +++ lib/Sema/SemaTemplateDeduction.cpp | 12 +++- test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4.cpp | 13 ++++ test/CXX/drs/dr0xx.cpp | 12 +++- test/CXX/drs/dr13xx.cpp | 13 +++- test/CXX/expr/expr.post/expr.static.cast/p7.cpp | 10 +++ test/CXX/expr/p13.cpp | 8 +-- test/CXX/over/over.over/p1.cpp | 21 ++++++- .../temp.deduct/temp.deduct.call/p4.cpp | 16 ++++- .../temp.deduct/temp.deduct.conv/p5.cpp | 22 ++++++- www/cxx_dr_status.html | 2 +- www/cxx_status.html | 6 +- www/make_cxx_dr_status | 8 ++- 18 files changed, 217 insertions(+), 62 deletions(-) create mode 100644 test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4.cpp create mode 100644 test/CXX/expr/expr.post/expr.static.cast/p7.cpp