]> granicus.if.org Git - clang/commit
Get the type right for wide string literals; it's wchar_t, not char.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 07:57:14 +0000 (07:57 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 27 May 2008 07:57:14 +0000 (07:57 +0000)
commit8ef1f26775cae95d202d8d90d92d39add685af3e
tree293cddd41f1f68aac54ce5c815edfe5e04ad8e9d
parent3e4177f23326305e206e6b7134c66f681e59f9d6
Get the type right for wide string literals; it's wchar_t, not char.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/wchar_size.c [new file with mode: 0644]