This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 41efb10075 [X86] Prevent inclusion of __wmmintrin_aes.h and __wmmintrin [...] new f018741d7d GNUstep Objective-C ABI version 2
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/Expr.h | 8 + include/clang/Basic/DiagnosticDriverKinds.td | 2 + lib/CodeGen/CGObjCGNU.cpp | 1750 ++++++++++++++++++----- lib/Driver/ToolChains/Clang.cpp | 9 +- lib/Frontend/InitPreprocessor.cpp | 13 + test/CodeGenObjC/constant-strings.m | 15 +- test/CodeGenObjC/forward-declare-protocol-gnu.m | 11 + test/CodeGenObjC/gnu-empty-protocol-v3.m | 15 +- test/CodeGenObjC/gnu-init.m | 69 + test/CodeGenObjC/gnustep2-category.m | 26 + test/CodeGenObjC/gnustep2-class.m | 55 + test/CodeGenObjC/gnustep2-ivar-offset.m | 28 + test/CodeGenObjC/gnustep2-proto.m | 39 + test/CodeGenObjC/ivar-type-encoding.m | 8 +- test/Preprocessor/init.c | 7 + 15 files changed, 1691 insertions(+), 364 deletions(-) create mode 100644 test/CodeGenObjC/forward-declare-protocol-gnu.m create mode 100644 test/CodeGenObjC/gnu-init.m create mode 100644 test/CodeGenObjC/gnustep2-category.m create mode 100644 test/CodeGenObjC/gnustep2-class.m create mode 100644 test/CodeGenObjC/gnustep2-ivar-offset.m create mode 100644 test/CodeGenObjC/gnustep2-proto.m