Simplify the PrintableRepresentationSpecialCases code; we never used the ePrintableRepresentationSpecialCasesOnly value and with enum classes the names doesn't need to be that long
llvm-svn: 286176
This commit is contained in:
@@ -762,7 +762,7 @@ bool ValueObjectPrinter::PrintChildrenOneLiner(bool hide_names) {
|
||||
child_sp->DumpPrintableRepresentation(
|
||||
*m_stream, ValueObject::eValueObjectRepresentationStyleSummary,
|
||||
m_options.m_format,
|
||||
ValueObject::ePrintableRepresentationSpecialCasesDisable);
|
||||
ValueObject::PrintableRepresentationSpecialCases::eDisable);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user