This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8c7ddf2e89 clang-cl: accept -fcrash-diagnostics-dir= new 6020984018 Add Windows support for the GNUstep Objective-C ABI V2. new 3081101b34 Fix a deprecated warning in the last commit.
The 2 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(-)