Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the representation of wide strings in the AST and IR so that it uses the ↵ | Eli Friedman | 2011-11-01 | 1 | -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 constants | Fariborz Jahanian | 2010-08-31 | 1 | -0/+6 |
in wide strings. radar 8360841. llvm-svn: 112672 |