aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ConvertUTFWrapper.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-0/+2
2016-03-11More UTF string conversion wrappersMarianne Mailhot-Sarrasin1-2/+79
2015-02-08Make UTF8->UTF16 conversion null terminate output on empty input.Zachary Turner1-1/+4
2015-01-26Have the UTF conversion wrappers append a null terminator.Zachary Turner1-4/+11
2015-01-26Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumperReid Kleckner1-0/+31
2013-07-16[Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner1-0/+55
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko1-0/+76