mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[Printer] Conditionally print Clang types in emitted SIL."
This reverts commit a27c5f0a16.
This commit is contained in:
@@ -31,8 +31,8 @@ struct ModuleInterfaceOptions {
|
||||
/// interface, or should we fully-qualify them?
|
||||
bool PreserveTypesAsWritten = false;
|
||||
|
||||
/// See \ref FrontendOptions.PrintFullConvention.
|
||||
/// FIXME: [clang-function-type-serialization] This flag should go away.
|
||||
/// 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
|
||||
|
||||
Reference in New Issue
Block a user