]> granicus.if.org Git - clang/commit
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
authorDaniel Dunbar <daniel@zuster.org>
Sat, 16 Aug 2008 00:25:02 +0000 (00:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 16 Aug 2008 00:25:02 +0000 (00:25 +0000)
commitddb2a3d55a24a1dbdf9152621642d9a4b4fc2f61
tree905211832b2ce2fb1491ccf7dff488fd493a9040
parent8070a8497c0fb3e6f70a557f788405d8945b1208
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
  ObjCInterfaceDecl.

Change ObjCRuntime::GenerateMessageSendSuper to take the
  ObjCInterfaceDecl for the super class, instead of just its name.

Change EmitObjCMessageExpr to make the right runtime calls for super
  sends in class methods (i.e. a super send with the class object as
  the receiver).

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