Revert "Clang function types v2: Electric Boogaloo (parsing + printing)"

This commit is contained in:
Saleem Abdulrasool
2020-01-06 16:26:08 -08:00
committed by GitHub
parent 2e7e81e22a
commit e805fe486e
22 changed files with 22 additions and 276 deletions

View File

@@ -31,10 +31,6 @@ struct ModuleInterfaceOptions {
/// interface, or should we fully-qualify them?
bool PreserveTypesAsWritten = false;
/// Should we emit the cType when printing @convention(c) or no?
/// FIXME: [clang-function-type-serialization] This check should go away.
bool PrintFullConvention = false;
/// Copy of all the command-line flags passed at .swiftinterface
/// generation time, re-applied to CompilerInvocation when reading
/// back .swiftinterface and reconstructing .swiftmodule.