Rename flag to ‘module-interface-preserve-types-as-written’

This commit is contained in:
Harlan Haskins
2019-06-13 10:03:43 -07:00
parent 889e43076f
commit 57f517317d
5 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class ModuleDecl;
struct ParseableInterfaceOptions {
/// Should we prefer printing TypeReprs when writing out types in a module
/// interface, or should we fully-qualify them?
bool PreserveTypesAsWrittenInModuleInterface = false;
bool PreserveTypesAsWritten = false;
/// Copy of all the command-line flags passed at .swiftinterface
/// generation time, re-applied to CompilerInvocation when reading