mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Clang function types v2: Electric Boogaloo (parsing + printing)"
This commit is contained in:
committed by
GitHub
parent
2e7e81e22a
commit
e805fe486e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user