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 e5587da + ecd6aba commit f46a9e8Copy full SHA for f46a9e8
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -4943,8 +4943,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
4943
print_options.FullyQualifiedTypesIfAmbiguous = true;
4944
print_options.FullyQualifiedTypes = true;
4945
print_options.ExplodePatternBindingDecls = false;
4946
- print_options.PrintDocumentationComments =
4947
- print_options.PrintRegularClangComments = print_help_if_available;
+ print_options.PrintDocumentationComments = print_help_if_available;
4948
return print_options;
4949
}
4950
0 commit comments