char32_t should use an uppercase U as its prefix
llvm-svn: 180148
This commit is contained in:
@@ -488,7 +488,7 @@ lldb_private::formatters::Char32StringSummaryProvider (ValueObject& valobj, Stre
|
||||
options.SetConversionFunction(ConvertUTF32toUTF8);
|
||||
options.SetProcessSP(process_sp);
|
||||
options.SetStream(&stream);
|
||||
options.SetPrefixToken('u');
|
||||
options.SetPrefixToken('U');
|
||||
|
||||
if (!ReadUTFBufferAndDumpToStream(options))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user