mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Rename isPrivateStdlibDecl -> isPrivateSystemDecl
This better reflects what we're actually checking here.
This commit is contained in:
@@ -1039,7 +1039,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
|
||||
Options.MinimumAccessLevel = AccessLevel::Private;
|
||||
Options.IncludeSPISymbols = true;
|
||||
Options.IncludeClangDocs = true;
|
||||
Options.PrintPrivateStdlibSymbols = true;
|
||||
Options.PrintPrivateSystemSymbols = true;
|
||||
|
||||
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,
|
||||
DInfo.InSynthesizedExtension,
|
||||
|
||||
Reference in New Issue
Block a user