BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / ConvertUTF.h
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-02-13 Alex Rosenbergllvm-gcc -pedantic warns about C++ comments in C90...
2013-01-30 Dmitri GribenkoLLDB uses ConvertUTF16toUTF8, remove #ifdef
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...