[serialization] Handle fixity and assignment function attributes.

With this change we should be able to round-trip all of Policy.swift.

Swift SVN r6085
This commit is contained in:
Jordan Rose
2013-07-09 00:45:05 +00:00
parent aa230234eb
commit fdd5b36dfc
3 changed files with 25 additions and 5 deletions

View File

@@ -407,6 +407,7 @@ namespace decls_block {
DeclIDField, // context decl
BCFixed<1>, // implicit?
BCFixed<1>, // class method?
BCFixed<1>, // assignment?
TypeIDField, // type (signature)
DeclIDField, // associated decl (for get/set or operators)
DeclIDField // overridden function