This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae674aeaab Ensure there is stack usage in stack size warning test new 39af588aaa [COFF, ARM64] Fix ABI implementation of struct returns
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/AST/DeclCXX.h | 8 + include/clang/CodeGen/CGFunctionInfo.h | 16 +- lib/CodeGen/CGCall.cpp | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 60 ++++--- lib/Sema/SemaDeclCXX.cpp | 5 +- test/CodeGen/arm64-microsoft-arguments.cpp | 208 +++++++++++++++++++++-- test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 13 +- 7 files changed, 261 insertions(+), 52 deletions(-)