summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/uncode-string.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the representation of wide strings in the AST and IR so that it uses the ↵Eli Friedman2011-11-011-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
* Some support for unicode string constantsFariborz Jahanian2010-08-311-0/+6
in wide strings. radar 8360841. llvm-svn: 112672
OpenPOWER on IntegriCloud