Lazily compute the type of protocol declarations.

Swift SVN r7453
This commit is contained in:
Doug Gregor
2013-08-22 17:09:16 +00:00
parent 29829a23f4
commit 5034803021
8 changed files with 29 additions and 11 deletions

View File

@@ -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?