mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Lazily compute the type of protocol declarations.
Swift SVN r7453
This commit is contained in:
@@ -514,6 +514,7 @@ namespace decls_block {
|
||||
PROTOCOL_DECL,
|
||||
IdentifierIDField, // name
|
||||
DeclIDField, // context decl
|
||||
TypeIDField, // declared type
|
||||
BCFixed<1>, // implicit flag
|
||||
BCFixed<1>, // class protocol?
|
||||
BCFixed<1>, // objc?
|
||||
|
||||
Reference in New Issue
Block a user