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.
1 parent 38b55e1 commit 3979c8aCopy full SHA for 3979c8a
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