Partially resolves rdar://139236053.
This commit is contained in:
Allan Shortlidge
2024-11-05 14:13:32 -08:00
parent b2065cfdee
commit fa5b783e3f
5 changed files with 12 additions and 12 deletions

View File

@@ -72,6 +72,10 @@ struct ModuleInterfaceOptions {
/// Print imports that are missing from the source and used in API.
bool PrintMissingImports = true;
/// If true, package-name flag is not printed in either public or private
/// interface file.
bool DisablePackageNameForNonPackageInterface = false;
/// Intentionally print invalid syntax into the file.
bool DebugPrintInvalidSyntax = false;