]> granicus.if.org Git - clang/commit
Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).
authorDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 21:47:08 +0000 (21:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 3 Aug 2009 21:47:08 +0000 (21:47 +0000)
commit434da48d0e35764f18b3fc96c75504746050b046
tree65268e40caa8cc6f239ac2033fc6d38980fbb99e
parent968f0a6fe860b7df42d5ea1ab87a55c757507c1c
Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).

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