Skip to content

Commit 9b68f5f

Browse files
committed
Bump decl bits
1 parent 11cce3b commit 9b68f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ class alignas(1 << DeclAlignInBits) Decl {
577577
/// Whether or not this declaration is currently being type-checked.
578578
unsigned BeingTypeChecked : 1;
579579
};
580-
enum { NumAssociatedTypeDeclBits = NumTypeDeclBits + 1 };
580+
enum { NumAssociatedTypeDeclBits = NumTypeDeclBits + 2 };
581581
static_assert(NumAssociatedTypeDeclBits <= 32, "fits in an unsigned");
582582

583583
class ImportDeclBitfields {

0 commit comments

Comments
 (0)