summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConvertUTF.h
Commit message (Collapse)AuthorAge
* llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg2013-02-13
| | | | | | inside an #if 0 block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175098 91177308-0d34-0410-b5e6-96231b3b80d8
* LLDB uses ConvertUTF16toUTF8, remove #ifdefDmitri Gribenko2013-01-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173936 91177308-0d34-0410-b5e6-96231b3b80d8
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
This is required to use them in TableGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173923 91177308-0d34-0410-b5e6-96231b3b80d8