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:
Enrico Granata
2016-11-07 23:32:20 +00:00
parent 583a307e17
commit 65d86e4fa5
7 changed files with 15 additions and 16 deletions

View File

@@ -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);
}
}