mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SymbolGraphGen] allow SourceKit to print declarations for private stdlib symbols (#64556)
Resolves rdar://103112656 Resolves #62457
This commit is contained in:
@@ -1021,6 +1021,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
|
||||
Options.MinimumAccessLevel = AccessLevel::Private;
|
||||
Options.IncludeSPISymbols = true;
|
||||
Options.IncludeClangDocs = true;
|
||||
Options.PrintPrivateStdlibSymbols = true;
|
||||
|
||||
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,
|
||||
DInfo.InSynthesizedExtension,
|
||||
|
||||
Reference in New Issue
Block a user