]> granicus.if.org Git - clang/commit
fix some sema problems with wide strings and hook up basic codegen for them.
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:01:51 +0000 (23:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2009 23:01:51 +0000 (23:01 +0000)
commitdbb1ecc32ca122b07b7c98fd0a8f6f53985adacc
tree7bd1b69e6ce297e213ade3d86ea61a070261489e
parente8e260039346695beaa15af3e64ba38a64a1c30b
fix some sema problems with wide strings and hook up basic codegen for them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65582 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/LiteralSupport.h
lib/CodeGen/CodeGenModule.cpp
lib/Lex/LiteralSupport.cpp
lib/Sema/SemaExpr.cpp
test/CodeGen/string-literal.c
test/CodeGen/unsupported.c [deleted file]