mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Bring back the isOpaqueType parameter for deserialization
This commit is contained in:
@@ -1497,6 +1497,7 @@ namespace decls_block {
|
||||
using GenericTypeParamDeclLayout = BCRecordLayout<GENERIC_TYPE_PARAM_DECL,
|
||||
IdentifierIDField, // name
|
||||
BCFixed<1>, // implicit flag
|
||||
BCFixed<1>, // is opaque?
|
||||
TypeIDField // interface type
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user