Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support/ConvertUTF: restore compatibility with MSVC, which only implements C89 | Dmitri Gribenko | 2014-06-16 | 1 | -5/+7 |
| | | | | llvm-svn: 211016 | ||||
* | Support/ConvertUTF: implement U+FFFD insertion according to the recommendation | Dmitri Gribenko | 2014-06-16 | 1 | -8/+143 |
| | | | | | | | | | given in the Unicode spec That is, replace every maximal subpart of an ill-formed subsequence with one U+FFFD. llvm-svn: 211015 | ||||
* | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko | 2013-01-30 | 1 | -0/+571 |
This is required to use them in TableGen. llvm-svn: 173923 |