This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b9640bc0c2 Remove unnecessary options from test RUN lines. new 5786130f48 PR38627: Fix handling of exception specification adjustment [...]
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 | 8 ++- include/clang/Sema/Sema.h | 31 +++++++++--- lib/Frontend/FrontendActions.cpp | 2 + lib/Sema/Sema.cpp | 5 +- lib/Sema/SemaDecl.cpp | 20 ++------ lib/Sema/SemaDeclCXX.cpp | 59 ++++++++++++++++++---- lib/Sema/SemaExceptionSpec.cpp | 47 ++++++++++------- lib/Sema/SemaTemplateInstantiate.cpp | 13 +++++ lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 ++ test/CXX/drs/dr13xx.cpp | 6 +-- .../expr/expr.prim/expr.prim.lambda/templates.cpp | 4 +- test/Modules/cxx-templates.cpp | 2 + test/Modules/exception-spec.cpp | 36 +++++++++++++ test/SemaCXX/constant-expression-cxx11.cpp | 4 +- test/SemaCXX/cxx0x-defaulted-functions.cpp | 8 ++- test/SemaCXX/exception-spec.cpp | 47 +++++++++++++++++ test/SemaCXX/implicit-exception-spec.cpp | 22 ++++---- test/SemaCXX/member-init.cpp | 20 ++++---- test/SemaTemplate/instantiate-init.cpp | 6 ++- 19 files changed, 254 insertions(+), 89 deletions(-) create mode 100644 test/Modules/exception-spec.cpp