]> granicus.if.org Git - clang/commit
Fix Obj-C super sends inside class methods.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 25 Aug 2008 08:19:24 +0000 (08:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 25 Aug 2008 08:19:24 +0000 (08:19 +0000)
commitf56f1913e91ad32bed52dd3f6afc26735d336584
tree724b1e90dadde963394942cf8fab5a053375ee8d
parent8af9c78c7e5e8165f89c9858baee5e9bb9ec3a89
Fix Obj-C super sends inside class methods.
 - NeXT loads the super class at runtime; this required changing the
   runtime interface to pass more information down.

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