summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConvertUTF.c
Commit message (Collapse)AuthorAgeFilesLines
* Support/ConvertUTF: restore compatibility with MSVC, which only implements C89Dmitri Gribenko2014-06-161-5/+7
| | | | llvm-svn: 211016
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-161-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/SupportDmitri Gribenko2013-01-301-0/+571
This is required to use them in TableGen. llvm-svn: 173923
OpenPOWER on IntegriCloud