There is no reason why this formatter should not cascade. Make it cascade

llvm-svn: 243369
This commit is contained in:
Enrico Granata 2015-07-28 02:13:03 +00:00
parent fda20d94e7
commit d29116331d
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ FormatManager::LoadSystemFormatters()
.SetHideItemNames(false);
TypeSummaryImpl::Flags string_array_flags;
string_array_flags.SetCascades(false)
string_array_flags.SetCascades(true)
.SetSkipPointers(true)
.SetSkipReferences(false)
.SetDontShowChildren(true)