File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -2343,7 +2343,7 @@ class ValueDecl : public Decl {
2343
2343
// / Whether this declaration is 'final'. A final class can't be subclassed,
2344
2344
// / a final class member can't be overriden.
2345
2345
unsigned isFinal : 1 ;
2346
- } LazySemanticInfo;
2346
+ } LazySemanticInfo = { } ;
2347
2347
2348
2348
friend class OverriddenDeclsRequest ;
2349
2349
friend class IsObjCRequest ;
@@ -2358,14 +2358,6 @@ class ValueDecl : public Decl {
2358
2358
Bits.ValueDecl .AlreadyInLookupTable = false ;
2359
2359
Bits.ValueDecl .CheckedRedeclaration = false ;
2360
2360
Bits.ValueDecl .IsUserAccessible = true ;
2361
- LazySemanticInfo.isObjCComputed = false ;
2362
- LazySemanticInfo.isObjC = false ;
2363
- LazySemanticInfo.hasOverriddenComputed = false ;
2364
- LazySemanticInfo.hasOverridden = false ;
2365
- LazySemanticInfo.isDynamicComputed = false ;
2366
- LazySemanticInfo.isDynamic = false ;
2367
- LazySemanticInfo.isFinalComputed = false ;
2368
- LazySemanticInfo.isFinal = false ;
2369
2361
}
2370
2362
2371
2363
// MemberLookupTable borrows a bit from this type
You can’t perform that action at this time.
0 commit comments