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