mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Renaming the setting to enable/disable automatic one-lining of summaries as auto-one-line-summaries
llvm-svn: 193801
This commit is contained in:
@@ -335,7 +335,7 @@ bool
|
||||
FormatManager::ShouldPrintAsOneLiner (ValueObject& valobj)
|
||||
{
|
||||
// if settings say no oneline whatsoever
|
||||
if (valobj.GetTargetSP().get() && valobj.GetTargetSP()->GetDebugger().GetEnableAutoOneLine() == false)
|
||||
if (valobj.GetTargetSP().get() && valobj.GetTargetSP()->GetDebugger().GetAutoOneLineSummaries() == false)
|
||||
return false; // then don't oneline
|
||||
|
||||
// if this object has a summary, don't try to do anything special to it
|
||||
|
||||
Reference in New Issue
Block a user