Skip to content

Commit 5501023

Browse files
committed
Initialize the ErasedIsolation bit
1 parent d514266 commit 5501023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Demangling/TypeDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class ImplFunctionTypeFlags {
286286
public:
287287
ImplFunctionTypeFlags()
288288
: Rep(0), Pseudogeneric(0), Escaping(0), Concurrent(0), Async(0),
289-
DifferentiabilityKind(0) {}
289+
ErasedIsolation(0), DifferentiabilityKind(0) {}
290290

291291
ImplFunctionTypeFlags(ImplFunctionRepresentation rep, bool pseudogeneric,
292292
bool noescape, bool concurrent, bool async,

0 commit comments

Comments
 (0)