This patch implements Next's IRGen for -fconstant-string-class=class-name.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 19 Oct 2010 17:19:29 +0000 (17:19 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 19 Oct 2010 17:19:29 +0000 (17:19 +0000)
commit4c73307c74764ba99e1379677fe92af72f676531
tree6edcf874469ddecf3388c18eaf5f3a129751f1ce
parent102ff97bc55ba9f925a100671d49e49b3c5f7129
This patch implements Next's IRGen for -fconstant-string-class=class-name.
PR6056, //rdar: //8564463

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Sema/SemaExprObjC.cpp
test/CodeGenObjC/constant-string-class.m [new file with mode: 0644]