Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When checking the encoding of an 8-bit string literal, don't just check the | Richard Smith | 2012-03-08 | 1 | -3/+19 |
| | | | | | | | first codepoint! Also, don't reject empty raw string literals for spurious "encoding" issues. Also, don't rely on undefined behavior in ConvertUTF.c. llvm-svn: 152344 | ||||
* | Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. | Eli Friedman | 2011-11-01 | 1 | -61/+62 |
| | | | | llvm-svn: 143415 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -303/+303 |
| | | | | llvm-svn: 81346 | ||||
* | Fixup whitespacing. | Mike Stump | 2009-04-14 | 1 | -2/+2 |
| | | | | llvm-svn: 69055 | ||||
* | Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. | Steve Naroff | 2009-04-01 | 1 | -0/+547 |
#ifdef'd out the 5 conversion routines that we don't currently need. Still need a bit more work in GetAddrOfConstantCFString(). Added a FIXME to indicate this. Expect to remove the FIXME today... llvm-svn: 68208 |