File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ class alignas(1 << DeclAlignInBits) Decl {
283283protected:
284284 union { uint64_t OpaqueBits;
285285
286- SWIFT_INLINE_BITFIELD_BASE (Decl, bitmax (NumDeclKindBits,8 )+1 +1 +1 +1 + 1 ,
286+ SWIFT_INLINE_BITFIELD_BASE (Decl, bitmax (NumDeclKindBits,8 )+1 +1 +1 +1 ,
287287 Kind : bitmax (NumDeclKindBits,8 ),
288288
289289 // / Whether this declaration is invalid.
@@ -385,7 +385,7 @@ class alignas(1 << DeclAlignInBits) Decl {
385385 SWIFT_INLINE_BITFIELD (SubscriptDecl, VarDecl, 2 ,
386386 StaticSpelling : 2
387387 );
388- SWIFT_INLINE_BITFIELD (AbstractFunctionDecl, ValueDecl, 3 +8 +1 +1 +1 +1 +1 +1 + 1 ,
388+ SWIFT_INLINE_BITFIELD (AbstractFunctionDecl, ValueDecl, 3 +8 +1 +1 +1 +1 +1 +1 ,
389389 // / \see AbstractFunctionDecl::BodyKind
390390 BodyKind : 3 ,
391391
You can’t perform that action at this time.
0 commit comments