Compute interface types for constructors.

Swift SVN r8992
This commit is contained in:
Doug Gregor
2013-10-07 21:51:11 +00:00
parent 7fc2720826
commit d33d78acac
8 changed files with 139 additions and 46 deletions

View File

@@ -573,6 +573,7 @@ namespace decls_block {
BCFixed<1>, // has selector-style signature?
BCFixed<1>, // objc?
TypeIDField, // type (signature)
TypeIDField, // type (interface)
DeclIDField // implicit this decl
// Trailed by its generic parameters, if any, followed by the parameter
// pattern.