mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Ensure 'isStatic' bit of PatternBindingDecls is always initialized.
And that it gets serialized. Swift SVN r10382
This commit is contained in:
@@ -681,7 +681,8 @@ namespace decls_block {
|
||||
using PatternBindingLayout = BCRecordLayout<
|
||||
PATTERN_BINDING_DECL,
|
||||
DeclIDField, // context decl
|
||||
BCFixed<1> // implicit flag
|
||||
BCFixed<1>, // implicit flag
|
||||
BCFixed<1> // static?
|
||||
// The pattern trails the record.
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user