This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 22d36eedd4 [modules] Defer merging deduced return types. new 915cb4dbc2 Append new attributes to the end of an AttributeList. new b713312373 Fold two cast plus a cast in a loop into a variable.
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/Sema/ParsedAttr.h | 33 +++++++++---- lib/AST/ItaniumMangle.cpp | 6 +-- lib/Parse/ParseDeclCXX.cpp | 2 +- lib/Parse/ParseObjc.cpp | 6 +-- lib/Sema/SemaAttr.cpp | 2 +- lib/Sema/SemaDecl.cpp | 10 ++-- lib/Sema/SemaOverload.cpp | 46 +++++------------ lib/Sema/SemaType.cpp | 8 +-- 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-and-jam.cpp | 4 +- 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 | 8 ++- test/Sema/attr-visibility.c | 4 +- test/Sema/internal_linkage.c | 4 +- test/Sema/mips-interrupt-attr.c | 8 +-- test/Sema/nullability.c | 4 +- test/SemaCXX/attr-print.cpp | 4 +- test/SemaCXX/ms-uuid.cpp | 8 +-- test/SemaObjC/nullability.m | 14 +++--- test/SemaOpenCL/address-spaces.cl | 4 +- test/SemaTemplate/attributes.cpp | 4 +- 36 files changed, 179 insertions(+), 212 deletions(-)