This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fae6a43ca3 Minor fixes to for-loop warning. new 4c7454ba51 Mangle __unaligned in Itanium 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: lib/AST/ItaniumMangle.cpp | 22 ++++++++++++----- test/CodeGenCXX/pr33080.cpp | 33 ++++++++++++++++++++++++++ test/CodeGenCXX/unaligned-member-qualifier.cpp | 20 ++++++++++++++++ test/CodeGenObjCXX/arc-mangle.mm | 10 ++++++++ 4 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 test/CodeGenCXX/pr33080.cpp create mode 100644 test/CodeGenCXX/unaligned-member-qualifier.cpp