This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70 in repository clang.
from 5534fc8996 Merging r339281: ------------------------------------------- [...] new 7ab7735510 Merging r339428 and r339494: ------------------------------- [...]
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/Driver/Options.td | 2 +- lib/AST/MicrosoftMangle.cpp | 19 +- lib/CodeGen/CGException.cpp | 7 +- lib/CodeGen/CGObjCGNU.cpp | 245 ++++++++++++++------- lib/CodeGen/CGObjCRuntime.cpp | 58 ++++- lib/CodeGen/CGObjCRuntime.h | 3 + lib/CodeGen/CodeGenFunction.h | 4 +- lib/Driver/ToolChains/Clang.cpp | 3 +- test/CodeGenObjC/gnu-init.m | 39 +++- test/CodeGenObjC/gnustep2-proto.m | 6 +- test/CodeGenObjCXX/arc-marker-funclet.mm | 2 +- .../CodeGenObjCXX/microsoft-abi-arc-param-order.mm | 2 +- test/CodeGenObjCXX/msabi-objc-extensions.mm | 38 ++-- test/CodeGenObjCXX/msabi-objc-types.mm | 114 +++++----- 14 files changed, 363 insertions(+), 179 deletions(-)