]> granicus.if.org Git - clang/commit
Preliminary support for Obj-C classes in NeXT runtime.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 21 Aug 2008 04:36:09 +0000 (04:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 21 Aug 2008 04:36:09 +0000 (04:36 +0000)
commit27f9d77b61b377b21ccda536122f2be6fa715751
treee7fbb061759700cc2d16f426ddaebcee7c63281b
parent9562726a2876e96fb1ed9a26f38288213146b443
Preliminary support for Obj-C classes in NeXT runtime.
 - Functional for simple cases but there are some glaring omissions
   (protocols, properties, and other language extensions).
 - The code needs a fair bit of cleaning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55108 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp