Skip to content

Commit f46a9e8

Browse files
authored
Merge pull request #8535 from rintaro/next-sourcekit-clang-printer-rdar93731287
[next][lldb] Update for PrintOptions.PrintRegularClangComments removal
2 parents e5587da + ecd6aba commit f46a9e8

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
@@ -4943,8 +4943,7 @@ swift::PrintOptions SwiftASTContext::GetUserVisibleTypePrintingOptions(
49434943
print_options.FullyQualifiedTypesIfAmbiguous = true;
49444944
print_options.FullyQualifiedTypes = true;
49454945
print_options.ExplodePatternBindingDecls = false;
4946-
print_options.PrintDocumentationComments =
4947-
print_options.PrintRegularClangComments = print_help_if_available;
4946+
print_options.PrintDocumentationComments = print_help_if_available;
49484947
return print_options;
49494948
}
49504949

0 commit comments

Comments
 (0)