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 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | Update clang tests for r137527. | Eli Friedman | 2011-08-12 | 1 | -1/+1 |
| | | | | llvm-svn: 137535 | ||||
* | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+11 |
| | | | | | | | 16-bits in size. Implement this by splitting WChar into two enums, like we have for char. This fixes a miscompmilation of XULRunner, PR8856. llvm-svn: 122558 | ||||
* | Fix a miscompile of wchar pascal strings. | Fariborz Jahanian | 2010-05-28 | 1 | -0/+31 |
(radar 8020384) llvm-svn: 104996 |