summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConvertUTFWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-161-0/+55
| | | | | | | | | | | This is to support parsing UTF16 response files in LLVM/lib/Option for lld and clang. Reviewers: hans Differential Revision: http://llvm-reviews.chandlerc.com/D1138 llvm-svn: 186426
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-0/+76
This is required to use them in TableGen. llvm-svn: 173923
OpenPOWER on IntegriCloud