This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ebe8bde593 Update use of llvm::CallingConv:X86_64_Win64 after LLVM comm [...] new ba419afb84 [AArch64] Add support for __builtin_ms_va_list on aarch64
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 | 2 +- include/clang/Basic/Builtins.def | 5 +++ include/clang/Basic/BuiltinsX86.def | 5 --- include/clang/Basic/DiagnosticSemaKinds.td | 4 +- include/clang/Basic/Specifiers.h | 2 +- lib/AST/ItaniumMangle.cpp | 2 +- lib/AST/MicrosoftMangle.cpp | 2 +- lib/AST/Type.cpp | 2 +- lib/AST/TypePrinter.cpp | 2 +- lib/Basic/Targets.cpp | 6 ++- lib/CodeGen/CGBuiltin.cpp | 52 ++++++++++++----------- lib/CodeGen/CGCall.cpp | 4 +- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/Sema/SemaChecking.cpp | 17 ++++---- lib/Sema/SemaDeclAttr.cpp | 2 +- test/CodeGen/ms_abi_aarch64.c | 68 ++++++++++++++++++++++++++++++ test/Sema/varargs-aarch64.c | 11 +++++ test/Sema/varargs-x86-32.c | 2 +- tools/libclang/CXType.cpp | 2 +- 19 files changed, 138 insertions(+), 54 deletions(-) create mode 100644 test/CodeGen/ms_abi_aarch64.c create mode 100644 test/Sema/varargs-aarch64.c