This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e1e48fb15a [CMake][Cache] Stop pretending that Fuchsia is UNIX new 5d50602a8d Track the result of evaluating a computed noexcept specifica [...]
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/Type.h | 71 +++---- include/clang/ASTMatchers/ASTMatchers.h | 2 +- include/clang/Basic/ExceptionSpecificationType.h | 11 +- include/clang/Sema/Sema.h | 9 +- lib/AST/ASTContext.cpp | 48 ++--- lib/AST/ASTStructuralEquivalence.cpp | 2 +- lib/AST/DeclPrinter.cpp | 2 +- lib/AST/ExprCXX.cpp | 4 +- lib/AST/ItaniumMangle.cpp | 4 +- lib/AST/Type.cpp | 77 +++---- lib/AST/TypePrinter.cpp | 4 +- lib/Analysis/CFG.cpp | 2 +- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGException.cpp | 14 +- lib/CodeGen/ItaniumCXXABI.cpp | 2 +- lib/Parse/ParseDeclCXX.cpp | 8 +- lib/Sema/AnalysisBasedWarnings.cpp | 2 +- lib/Sema/DeclSpec.cpp | 4 +- lib/Sema/SemaChecking.cpp | 2 +- lib/Sema/SemaCoroutine.cpp | 2 +- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaDeclCXX.cpp | 77 +++---- lib/Sema/SemaExceptionSpec.cpp | 248 ++++++++++------------- lib/Sema/SemaExprCXX.cpp | 26 ++- lib/Sema/SemaOverload.cpp | 6 +- lib/Sema/SemaTemplateDeduction.cpp | 2 +- lib/Sema/SemaTemplateVariadic.cpp | 2 +- lib/Sema/SemaType.cpp | 2 +- lib/Sema/TreeTransform.h | 19 +- lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/ASTWriter.cpp | 2 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 4 +- test/Modules/cxx17-exception-spec.cpp | 34 ++++ 33 files changed, 320 insertions(+), 378 deletions(-) create mode 100644 test/Modules/cxx17-exception-spec.cpp