This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c9884fd36d Consume unexpected "template" keywords after "using" new 7a72a8bc72 [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABI
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/Basic/TargetInfo.h | 4 +++- lib/AST/ASTContext.cpp | 9 ++++++--- lib/Basic/Targets/AArch64.cpp | 17 +++++++++++++++++ lib/Basic/Targets/AArch64.h | 2 ++ lib/Basic/Targets/NVPTX.cpp | 2 +- test/CodeGen/arm64-microsoft-struct-align.cpp | 27 +++++++++++++++++++++++++++ 6 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/arm64-microsoft-struct-align.cpp