]> granicus.if.org Git - clang/commit
Output UTF-16 string literals independent of host byte order.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 23:41:22 +0000 (23:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 23:41:22 +0000 (23:41 +0000)
commit70ee975fad4653fa09f8e77f9a46a7b1f592ef59
tree49026d48229cbc89af4ceb57abe7ea8e16a532ea
parent87595e46ccd61c9b7c08074c2c64b66b5c0fc694
Output UTF-16 string literals independent of host byte order.
 - Steve, can you take a look at this? It seems like this code should live
   elsewhere, and there is a FIXME about having Sema validates the UTF-8 to
   UTF-16 conversion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76915 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/darwin-string-literals.c