]> granicus.if.org Git - clang/commit
CodeGenModule::GetAddrOfConstantCFString():
authorSteve Naroff <snaroff@apple.com>
Wed, 1 Apr 2009 21:16:31 +0000 (21:16 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 1 Apr 2009 21:16:31 +0000 (21:16 +0000)
commitb59212a6e494d2c364b54462f545833902c29158
treef6a360bc2eb9c314e423da03f2fec808c44c56ef
parent9e2d98d3f6fc225df1df2aec6986a3bee5dd2987
CodeGenModule::GetAddrOfConstantCFString():
- Finish up support for converting UTF8->UTF16 to support ObjC @"string" constants.

Remove warning from CheckObjCString.

As the FIXME in the test case indicates, I still have a bug to work out (apparently with \u handling).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68245 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaChecking.cpp
test/SemaObjC/ucn-objc-string.m [new file with mode: 0644]