]> granicus.if.org Git - clang/commit
allow wide strings to initialize arrays compatible with wchar_t.
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:26:43 +0000 (23:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:26:43 +0000 (23:26 +0000)
commit8879e3b29d2527260c401bce0ed0e401901ef601
tree255fc764aa53caa227e086bbdaa1c15cedfff033
parent6c4312d17015755213a8e1c1003517f94786dfa4
allow wide strings to initialize arrays compatible with wchar_t.
Unfortunately this doesn't work yet because wchar_t is completely
broken in C.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65585 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp