This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 699929e7c3 [ASTImporter][Structural Eq] Check for isBeingDefined new 96b26a81f0 [AArch64] Add aarch64_vector_pcs function attribute to Clang
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-c/Index.h | 1 + include/clang/Basic/Attr.td | 5 +++++ include/clang/Basic/AttrDocs.td | 25 +++++++++++++++++++++++++ include/clang/Basic/Specifiers.h | 1 + lib/AST/ItaniumMangle.cpp | 1 + lib/AST/Type.cpp | 2 ++ lib/AST/TypePrinter.cpp | 5 ++++- lib/Basic/Targets/AArch64.cpp | 1 + lib/CodeGen/CGCall.cpp | 4 ++++ lib/CodeGen/CGDebugInfo.cpp | 1 + lib/Sema/SemaDeclAttr.cpp | 25 +++++++++++++++++-------- lib/Sema/SemaType.cpp | 3 +++ test/CodeGen/aarch64-vpcs.c | 23 +++++++++++++++++++++++ test/Sema/aarch64-vpcs.c | 19 +++++++++++++++++++ test/Sema/callingconv.c | 2 ++ tools/libclang/CXType.cpp | 1 + 16 files changed, 110 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/aarch64-vpcs.c create mode 100644 test/Sema/aarch64-vpcs.c