This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a423afee3c Add cctype include. new 7f399dc659 Revert r332955 "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, 364 insertions(+), 1691 deletions(-) delete mode 100644 test/CodeGenObjC/forward-declare-protocol-gnu.m delete mode 100644 test/CodeGenObjC/gnu-init.m delete mode 100644 test/CodeGenObjC/gnustep2-category.m delete mode 100644 test/CodeGenObjC/gnustep2-class.m delete mode 100644 test/CodeGenObjC/gnustep2-ivar-offset.m delete mode 100644 test/CodeGenObjC/gnustep2-proto.m