Track whether a PatternBindingDecl theoretically

declares storage or not.

Swift SVN r12942
This commit is contained in:
John McCall
2014-01-24 22:46:22 +00:00
parent 82e192df6e
commit f416dd81a8
10 changed files with 59 additions and 12 deletions

View File

@@ -636,7 +636,8 @@ namespace decls_block {
PATTERN_BINDING_DECL,
DeclIDField, // context decl
BCFixed<1>, // implicit flag
BCFixed<1> // static?
BCFixed<1>, // static?
BCFixed<1> // storage?
// The pattern trails the record.
>;