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:
@@ -916,7 +916,7 @@ static void dumpAPIIfNeeded(const CompilerInstance &Instance) {
|
||||
PO.PrintOriginalSourceText = true;
|
||||
PO.Indent = 2;
|
||||
PO.PrintAccess = false;
|
||||
PO.SkipUnderscoredStdlibProtocols = true;
|
||||
PO.SkipUnderscoredSystemProtocols = true;
|
||||
SF->print(TempOS, PO);
|
||||
if (TempOS.str().trim().empty())
|
||||
return false; // nothing to show.
|
||||
|
||||
Reference in New Issue
Block a user