[Frontend|NFC] Rename ModuleInterfaceOptions::PrintPrivateInterfaceContent

This commit is contained in:
Alexis Laferrière
2022-12-08 14:04:24 -08:00
parent 62b26b1b0f
commit 010973c276
4 changed files with 9 additions and 8 deletions

View File

@@ -50,8 +50,8 @@ struct ModuleInterfaceOptions {
/// ignored by the earlier version of the compiler.
std::string IgnorableFlags;
/// Print SPI decls and attributes.
bool PrintSPIs = false;
/// Print for a private swiftinterface file, SPI decls and attributes.
bool PrintPrivateInterfaceContent = false;
/// Print imports with both @_implementationOnly and @_spi, only applies
/// when PrintSPIs is true.