aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ConvertUTFTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper1-8/+8
2014-06-17ConvertUTF tests: remove uses of initializer lists to restore compatibilityDmitri Gribenko1-695/+1108
2014-06-16Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko1-0/+1186
2013-07-16[Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner1-0/+65