mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #78838 from rintaro/astprinter-interfacemode-rdar131726756
[ASTPrinter] Print SPI by default
This commit is contained in:
@@ -194,7 +194,7 @@ struct PrintOptions {
|
||||
Package // prints package, SPI, and public/inlinable decls
|
||||
};
|
||||
|
||||
InterfaceMode InterfaceContentKind;
|
||||
InterfaceMode InterfaceContentKind = InterfaceMode::Private;
|
||||
|
||||
bool printPublicInterface() const {
|
||||
return InterfaceContentKind == InterfaceMode::Public;
|
||||
|
||||
Reference in New Issue
Block a user