Compute interface types for enum elements.

Swift SVN r9710
This commit is contained in:
Doug Gregor
2013-10-28 17:20:44 +00:00
parent 28173a1d7b
commit 45c78503b4
4 changed files with 45 additions and 12 deletions

View File

@@ -700,6 +700,7 @@ namespace decls_block {
DeclIDField, // context decl
TypeIDField, // argument type
TypeIDField, // constructor type
TypeIDField, // interface type
BCFixed<1> // implicit?
>;