aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/ConvertUTFWrapper.cpp
AgeCommit message (Expand)Author
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2012-09-08When a bad UTF-8 encoding or bogus escape sequence is encountered in aRichard Smith
2012-07-27Add a function to convert a single Unicode code point to a UTF8 sequence.Dmitri Gribenko
2012-07-03Share ConvertUTF8toWide() between Lex and CodeGen.Nico Weber