This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84dd838f3a [analyzer] Add missing state transition in IteratorChecker. new 82b074f758 [ARM, AArch64]: Use unadjusted alignment when passing compos [...]
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/ASTContext.h | 22 ++++++ include/clang/AST/RecordLayout.h | 10 +++ lib/AST/ASTContext.cpp | 31 +++++++++ lib/AST/RecordLayout.cpp | 4 ++ lib/AST/RecordLayoutBuilder.cpp | 20 ++++-- lib/CodeGen/TargetInfo.cpp | 19 ++++-- test/CodeGen/aapcs-align.cc | 141 +++++++++++++++++++++++++++++++++++++++ test/CodeGen/aapcs64-align.cc | 103 ++++++++++++++++++++++++++++ test/CodeGen/arm-arguments.c | 17 +++-- 9 files changed, 350 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/aapcs-align.cc create mode 100644 test/CodeGen/aapcs64-align.cc