Skip to content

Commit 9e77d31

Browse files
committed
NFC: Fix ClassDecl inline bitfield count
1 parent 0a262fc commit 9e77d31

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
@@ -531,7 +531,7 @@ class alignas(1 << DeclAlignInBits) Decl {
531531
NumRequirementsInSignature : 16
532532
);
533533

534-
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+7+1+1+1+1+1+1,
534+
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+1+1+1+1+1,
535535
/// The stage of the inheritance circularity check for this class.
536536
Circularity : 2,
537537

0 commit comments

Comments
 (0)