Skip to content

Commit 6393a32

Browse files
committed
[Requirement Machine] Initialize storage for ThePackElementSymbol
1 parent 2c0ab08 commit 6393a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/RequirementMachine/RewriteContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static DebugOptions parseDebugFlags(StringRef debugFlags) {
200200

201201
RewriteContext::RewriteContext(ASTContext &ctx)
202202
: TheShapeSymbol(nullptr),
203+
ThePackElementSymbol(nullptr),
203204
Context(ctx),
204205
Stats(ctx.Stats),
205206
SymbolHistogram(Symbol::NumKinds),

0 commit comments

Comments
 (0)