This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3a75a3f019 Adding tests for -ast-dump; NFC. new c8fa614898 [constexpr][c++2a] Try-catch blocks in constexpr functions
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 | 17 +++++++ lib/AST/ExprConstant.cpp | 3 ++ lib/Sema/SemaDeclCXX.cpp | 63 ++++++++++++++++++++------ test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 27 +++++++++-- test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 13 ++++-- test/CXX/drs/dr6xx.cpp | 8 +++- www/cxx_status.html | 4 +- 7 files changed, 112 insertions(+), 23 deletions(-)