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 c079606 + 3979c8a commit f450cb4Copy full SHA for f450cb4
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -4912,8 +4912,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
4912
print_options.FullyQualifiedTypesIfAmbiguous = true;
4913
print_options.FullyQualifiedTypes = true;
4914
print_options.ExplodePatternBindingDecls = false;
4915
- print_options.PrintDocumentationComments =
4916
- print_options.PrintRegularClangComments = print_help_if_available;
+ print_options.PrintDocumentationComments = print_help_if_available;
4917
return print_options;
4918
}
4919
0 commit comments