]> granicus.if.org Git - clang/commit
Add ObjC constant string support for NeXT.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 12 Aug 2008 00:12:39 +0000 (00:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 12 Aug 2008 00:12:39 +0000 (00:12 +0000)
commitbbce49b9e5c6d7f05926b89f8e6fd235ae01c250
tree2dd0d36452f0099a0c8688016e88044f102755e9
parent0d8a13d823b644d94ae5f8db275be3592b9bbbfc
Add ObjC constant string support for NeXT.

Changed CGObjCRuntime::GenerateConstantString interface to take
       std::string instead of char* and size.

Change ObjC functions which call on GenerateConstantString to bitcast
       result to appropriate type.

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