[PATCH] D46052: GNUstep Objective-C ABI version 2

David Chisnall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 26 04:20:53 PDT 2018


theraven updated this revision to Diff 144094.
theraven added a comment.

Fix the symbol names that I thought I'd done previously.

Also a small refactoring of how class init variables are generated to do it at the sensible time.

This version has been tested with the runtime's test suite and the GNUstep-Base (Foundation framework) test suite.


Repository:
  rC Clang

https://reviews.llvm.org/D46052

Files:
  include/clang/AST/Expr.h
  include/clang/Basic/DiagnosticDriverKinds.td
  lib/CodeGen/CGObjCGNU.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/InitPreprocessor.cpp
  test/CodeGenObjC/constant-strings.m
  test/CodeGenObjC/forward-declare-protocol-gnu.m
  test/CodeGenObjC/gnu-empty-protocol-v3.m
  test/CodeGenObjC/gnu-init.m
  test/CodeGenObjC/gnustep2-category.m
  test/CodeGenObjC/gnustep2-class.m
  test/CodeGenObjC/gnustep2-ivar-offset.m
  test/CodeGenObjC/gnustep2-proto.m
  test/CodeGenObjC/ivar-type-encoding.m
  test/Preprocessor/init.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46052.144094.patch
Type: text/x-patch
Size: 116649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180426/0db27873/attachment-0001.bin>


More information about the cfe-commits mailing list