summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pascal-wchar-string.c
Commit message (Collapse)AuthorAgeFilesLines
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-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 Jahanian2010-05-281-0/+31
(radar 8020384) llvm-svn: 104996
OpenPOWER on IntegriCloud