Add a UTF8 to UTF16 conversion wrapper for use in the pdb dumper
[oota-llvm.git] / unittests / Support / ConvertUTFTest.cpp
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-10 Dmitri GribenkoConvertUTFTest: fix misleading empty line
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-06-17 Dmitri GribenkoConvertUTF tests: remove uses of initializer lists...
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...