This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a96a9be6e7 [clang-format] Fix crash in getLengthToMatchingParen new b8a49afcfa Revert "Revert r332955 "GNUstep Objective-C ABI version 2"" new 007983114f [objc-gnustep2] Use isalnum instead of a less efficient and [...] new 2adbacd2c4 [objc-gnu] Fix test. new e645880336 [objc-gnustep2] Use unsigned char to avoid potential UB in isalnum.
The 4 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