Skip to content

Commit f450cb4

Browse files
authored
Merge pull request swiftlang#8443 from rintaro/sourcekit-clang-printer-rdar93731287
[lldb] Update for PrintOptions.PrintRegularClangComments removal
2 parents c079606 + 3979c8a commit f450cb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4912,8 +4912,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
49124912
print_options.FullyQualifiedTypesIfAmbiguous = true;
49134913
print_options.FullyQualifiedTypes = true;
49144914
print_options.ExplodePatternBindingDecls = false;
4915-
print_options.PrintDocumentationComments =
4916-
print_options.PrintRegularClangComments = print_help_if_available;
4915+
print_options.PrintDocumentationComments = print_help_if_available;
49174916
return print_options;
49184917
}
49194918

0 commit comments

Comments
 (0)