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 {
283
283
protected:
284
284
union { uint64_t OpaqueBits;
285
285
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 ,
287
287
Kind : bitmax (NumDeclKindBits,8 ),
288
288
289
289
// / Whether this declaration is invalid.
@@ -385,7 +385,7 @@ class alignas(1 << DeclAlignInBits) Decl {
385
385
SWIFT_INLINE_BITFIELD (SubscriptDecl, VarDecl, 2 ,
386
386
StaticSpelling : 2
387
387
);
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 ,
389
389
// / \see AbstractFunctionDecl::BodyKind
390
390
BodyKind : 3 ,
391
391
You can’t perform that action at this time.
0 commit comments