This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71019a8e1d Use DiagRuntimeBehavior for -Wunsequenced to weed out false [...] new 1b26ab1b52 P1286R2: Remove restriction that the exception specification [...]
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/Basic/DiagnosticSemaKinds.td | 3 - include/clang/Sema/Sema.h | 19 ----- lib/Sema/Sema.cpp | 1 - lib/Sema/SemaDeclCXX.cpp | 85 +++++----------------- .../dcl.fct.def/dcl.fct.def.default/p2.cpp | 27 +++++-- test/CXX/drs/dr17xx.cpp | 15 ++++ test/CXX/except/except.spec/p14.cpp | 29 +++++--- test/SemaCXX/cxx0x-defaulted-functions.cpp | 23 +++++- test/SemaCXX/member-init.cpp | 2 +- test/SemaTemplate/exception-spec-crash.cpp | 6 +- www/cxx_dr_status.html | 16 ++-- www/cxx_status.html | 2 +- www/make_cxx_dr_status | 2 +- 13 files changed, 105 insertions(+), 125 deletions(-)