mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NFC: Fix ClassDecl inline bitfield count
This commit is contained in:
@@ -531,7 +531,7 @@ protected:
|
||||
NumRequirementsInSignature : 16
|
||||
);
|
||||
|
||||
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+7+1+1+1+1+1+1,
|
||||
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+1+1+1+1+1,
|
||||
/// The stage of the inheritance circularity check for this class.
|
||||
Circularity : 2,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user