mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Partially resolves rdar://139236053.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user