mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SymbolGraph] Don't print inherited list in declaration fragments
Add a new `PrintInherited` flag to `PrintOptions` to support this. rdar://63033669
This commit is contained in:
@@ -61,6 +61,7 @@ PrintOptions SymbolGraph::getDeclarationFragmentsPrintOptions() const {
|
||||
Opts.SkipPrivateStdlibDecls = true;
|
||||
Opts.SkipUnderscoredStdlibProtocols = true;
|
||||
Opts.PrintGenericRequirements = true;
|
||||
Opts.PrintInherited = false;
|
||||
|
||||
Opts.ExclusiveAttrList.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user