Skip to content

Commit 5c02e17

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd20d8db18879' from swift/release/5.9 into stable/20221013
2 parents f68db27 + d20d8db commit 5c02e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/DataFormatters/ValueObjectPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ void ValueObjectPrinter::PrintDecl() {
300300
ConstString type_name_cstr(typeName.GetString());
301301
ConstString var_name_cstr(varName.GetString());
302302

303-
DumpValueObjectOptions decl_print_options;
303+
DumpValueObjectOptions decl_print_options = m_options;
304304
// Pass printing helpers an option object that indicates whether the name
305305
// should be shown or hidden.
306306
decl_print_options.SetHideName(!ShouldShowName());

0 commit comments

Comments
 (0)