forked from OSchip/llvm-project
Minor cleanup to the type format list command
llvm-svn: 253110
This commit is contained in:
parent
fb484cedb4
commit
6f6f7396ba
|
|
@ -1372,9 +1372,9 @@ private:
|
||||||
|
|
||||||
cate->GetTypeFormatsContainer()->LoopThrough(CommandObjectTypeFormatList_LoopCallback, param_vp);
|
cate->GetTypeFormatsContainer()->LoopThrough(CommandObjectTypeFormatList_LoopCallback, param_vp);
|
||||||
|
|
||||||
if (cate->GetRegexTypeSummariesContainer()->GetCount() > 0)
|
if (cate->GetRegexTypeFormatsContainer()->GetCount() > 0)
|
||||||
{
|
{
|
||||||
result->GetOutputStream().Printf("Regex-based summaries (slower):\n");
|
result->GetOutputStream().Printf("Regex-based formats (slower):\n");
|
||||||
cate->GetRegexTypeFormatsContainer()->LoopThrough(CommandObjectTypeRXFormatList_LoopCallback, param_vp);
|
cate->GetRegexTypeFormatsContainer()->LoopThrough(CommandObjectTypeRXFormatList_LoopCallback, param_vp);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue