Merge pull request #33207 from xymus/spi-ioi-check-workaround

[ModuleInterface] Print some implementation-only imports in the private interface
This commit is contained in:
Alexis Laferrière
2020-07-30 14:33:43 -07:00
committed by GitHub
9 changed files with 156 additions and 17 deletions

View File

@@ -43,6 +43,10 @@ struct ModuleInterfaceOptions {
// Print SPI decls and attributes.
bool PrintSPIs = false;
/// Print imports with both @_implementationOnly and @_spi, only applies
/// when PrintSPIs is true.
bool ExperimentalSPIImports = false;
};
extern version::Version InterfaceFormatVersion;