| commit | 7c6d3a7c50286bc09fab0037bbbbf55390b629cd | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Sat Aug 16 00:25:02 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Sat Aug 16 00:25:02 2008 +0000 |
| tree | 17cbd5767c3336ae5207ff2c4700b58fa277c1d4 | |
| parent | 2a6adfa4f0b3ab26cffd732fe4139dd9e0de016d [diff] |
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). llvm-svn: 54833