]> granicus.if.org Git - clang/commit
Change CGObjCRuntime methods to take appropriate clang Decls.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 22:20:32 +0000 (22:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 22:20:32 +0000 (22:20 +0000)
commit7ded7f4983dc4a20561db7a8d02c6b2435030961
tree3e70f03ad170aa61d6b05e3bb8e7f479dbb51a0f
parent9d9b09c86a8c69e8f69364f610563cdb86f2b8b7
Change CGObjCRuntime methods to take appropriate clang Decls.
 - This is in prep for implementation class support for the NeXT
   runtime, for which the existing methods don't provide enough
   information (and additionally make too many assumptions about how
   things should be emitted).

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