We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cce3b commit 9b68f5fCopy full SHA for 9b68f5f
include/swift/AST/Decl.h
@@ -577,7 +577,7 @@ class alignas(1 << DeclAlignInBits) Decl {
577
/// Whether or not this declaration is currently being type-checked.
578
unsigned BeingTypeChecked : 1;
579
};
580
- enum { NumAssociatedTypeDeclBits = NumTypeDeclBits + 1 };
+ enum { NumAssociatedTypeDeclBits = NumTypeDeclBits + 2 };
581
static_assert(NumAssociatedTypeDeclBits <= 32, "fits in an unsigned");
582
583
class ImportDeclBitfields {
0 commit comments