This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6e54f66e13 [Driver] Conform warn_drv_object_size_disabled_O0 to Default [...] new 829882796c AttributeList de-listifying: new 37d341d1f0 PR38141: check whether noexcept-specifications are equivalen [...]
The 2 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/Parse/Parser.h | 65 ++-- include/clang/Sema/AttributeList.h | 284 +++++++++-------- include/clang/Sema/DeclSpec.h | 81 +++-- include/clang/Sema/Sema.h | 261 +++++++--------- lib/Parse/ParseCXXInlineMethods.cpp | 10 +- lib/Parse/ParseDecl.cpp | 203 +++++------- lib/Parse/ParseDeclCXX.cpp | 145 ++++----- lib/Parse/ParseExpr.cpp | 50 ++- lib/Parse/ParseExprCXX.cpp | 105 +++---- lib/Parse/ParseObjc.cpp | 99 +++--- lib/Parse/ParsePragma.cpp | 12 +- lib/Parse/ParseStmt.cpp | 14 +- lib/Parse/ParseTemplate.cpp | 58 ++-- lib/Parse/Parser.cpp | 22 +- lib/Sema/AttributeList.cpp | 67 ++-- lib/Sema/DeclSpec.cpp | 11 +- lib/Sema/SemaAttr.cpp | 7 +- lib/Sema/SemaCUDA.cpp | 9 +- lib/Sema/SemaDecl.cpp | 78 ++--- lib/Sema/SemaDeclAttr.cpp | 87 +++--- lib/Sema/SemaDeclCXX.cpp | 137 ++++---- lib/Sema/SemaDeclObjC.cpp | 90 +++--- lib/Sema/SemaExceptionSpec.cpp | 14 +- lib/Sema/SemaLambda.cpp | 4 +- lib/Sema/SemaStmt.cpp | 2 +- lib/Sema/SemaStmtAttr.cpp | 7 +- lib/Sema/SemaTemplate.cpp | 96 +++--- lib/Sema/SemaTemplateInstantiate.cpp | 2 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 6 +- lib/Sema/SemaType.cpp | 429 +++++++++++--------------- test/CXX/except/except.spec/p3.cpp | 10 + test/SemaCXX/cxx1z-noexcept-function-type.cpp | 2 +- 32 files changed, 1082 insertions(+), 1385 deletions(-)