mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Track whether a PatternBindingDecl theoretically
declares storage or not. Swift SVN r12942
This commit is contained in:
@@ -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.
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user