summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/ConvertUTFWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-76/+0
| | | | | | This is required to use them in TableGen. llvm-svn: 173924
* When a bad UTF-8 encoding or bogus escape sequence is encountered in aRichard Smith2012-09-081-6/+12
| | | | | | | string literal, produce a diagnostic pointing at the erroneous character range, not at the start of the literal. llvm-svn: 163459
* Add a function to convert a single Unicode code point to a UTF8 sequence.Dmitri Gribenko2012-07-271-0/+16
| | | | llvm-svn: 160890
* Share ConvertUTF8toWide() between Lex and CodeGen.Nico Weber2012-07-031-0/+54
llvm-svn: 159634
OpenPOWER on IntegriCloud