aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/uncode-string.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Fix the representation of wide strings in the AST and IR so that it uses the ↵Eli Friedman1-1/+1
native representation of integers for the elements. This fixes a bunch of nastiness involving treating wide strings as a series of bytes. Patch by Seth Cantrell. llvm-svn: 143417
2010-08-31Some support for unicode string constantsFariborz Jahanian1-0/+6
in wide strings. radar 8360841. llvm-svn: 112672