We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3c117 commit 34a67f4Copy full SHA for 34a67f4
include/swift/SIL/SILMoveOnlyDeinit.h
@@ -48,7 +48,7 @@ class SILMoveOnlyDeinit final : public SILAllocated<SILMoveOnlyDeinit> {
48
unsigned serialized : 2;
49
50
SILMoveOnlyDeinit()
51
- : nominalDecl(nullptr), funcImpl(nullptr), serialized(false) {}
+ : nominalDecl(nullptr), funcImpl(nullptr), serialized(unsigned(IsNotSerialized)) {}
52
53
SILMoveOnlyDeinit(NominalTypeDecl *nominaldecl, SILFunction *implementation,
54
bool serialized);
0 commit comments