We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a55169 + 9147bf0 commit 588dd92Copy full SHA for 588dd92
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -4928,8 +4928,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
4928
print_options.FullyQualifiedTypesIfAmbiguous = true;
4929
print_options.FullyQualifiedTypes = true;
4930
print_options.ExplodePatternBindingDecls = false;
4931
- print_options.PrintDocumentationComments =
4932
- print_options.PrintRegularClangComments = print_help_if_available;
+ print_options.PrintDocumentationComments = print_help_if_available;
4933
return print_options;
4934
}
4935
0 commit comments