Skip to content

Commit 588dd92

Browse files
authored
Merge pull request #8468 from rintaro/6.0-sourcekit-clang-printer-rdar93731287
[swift/6.0][lldb] Update for PrintOptions.PrintRegularClangComments removal
2 parents 6a55169 + 9147bf0 commit 588dd92

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
@@ -4928,8 +4928,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
49284928
print_options.FullyQualifiedTypesIfAmbiguous = true;
49294929
print_options.FullyQualifiedTypes = true;
49304930
print_options.ExplodePatternBindingDecls = false;
4931-
print_options.PrintDocumentationComments =
4932-
print_options.PrintRegularClangComments = print_help_if_available;
4931+
print_options.PrintDocumentationComments = print_help_if_available;
49334932
return print_options;
49344933
}
49354934

0 commit comments

Comments
 (0)