This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3b7928366 [WebAssembly] Add no-prototype attribute to prototype-less C [...] new f479c70eb4 Revert "Append new attributes to the end of an AttributeList."
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/Sema/AttributeList.h | 7 +-- lib/AST/ItaniumMangle.cpp | 6 ++- lib/Parse/ParseDecl.cpp | 4 +- lib/Sema/SemaOverload.cpp | 47 +++++++++++++----- lib/Serialization/ASTReaderDecl.cpp | 33 ++++++++----- .../Index/annotate-comments-availability-attrs.cpp | 2 +- test/Index/complete-with-annotations.cpp | 2 +- test/Misc/ast-print-pragmas.cpp | 17 ++++--- test/PCH/pragma-loop.cpp | 21 ++++---- test/Parser/pragma-loop-safety.cpp | 8 +-- test/Parser/pragma-loop.cpp | 57 +++++++++++----------- test/Parser/pragma-unroll.cpp | 32 ++++++------ test/Sema/attr-availability-tvos.c | 6 ++- test/Sema/attr-availability.c | 4 +- test/Sema/attr-coldhot.c | 4 +- test/Sema/attr-disable-tail-calls.c | 4 +- test/Sema/attr-long-call.c | 4 +- test/Sema/attr-micromips.c | 4 +- test/Sema/attr-notail.c | 4 +- test/Sema/attr-ownership.c | 6 +-- test/Sema/attr-ownership.cpp | 4 +- test/Sema/attr-print.c | 6 +-- test/Sema/attr-swiftcall.c | 2 +- test/Sema/attr-target-mv.c | 2 +- test/Sema/attr-visibility.c | 4 +- test/Sema/internal_linkage.c | 4 +- test/Sema/mips-interrupt-attr.c | 8 +-- test/Sema/ms_abi-sysv_abi.c | 4 +- test/Sema/nullability.c | 4 +- test/Sema/stdcall-fastcall.c | 2 +- test/SemaCXX/attr-print.cpp | 2 +- test/SemaCXX/attr-swiftcall.cpp | 2 +- test/SemaCXX/decl-microsoft-call-conv.cpp | 2 +- test/SemaCXX/ms-uuid.cpp | 8 +-- test/SemaOpenCL/address-spaces.cl | 4 +- test/SemaTemplate/attributes.cpp | 4 +- 36 files changed, 188 insertions(+), 146 deletions(-)