Skip to content

Commit 4a646b4

Browse files
authored
Merge pull request #79776 from xedin/fix-recording-of-opened-pack-expansions-in-trail
[CSSolver] Properly record opened pack expansion types
2 parents 1d938b7 + effc468 commit 4a646b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeOfReference.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Type ConstraintSystem::openPackExpansionType(PackExpansionType *expansion,
318318
expansionVar, openedPackExpansion,
319319
expansionLoc));
320320

321-
OpenedPackExpansionTypes[openedPackExpansion] = expansionVar;
321+
recordOpenedPackExpansionType(openedPackExpansion, expansionVar);
322322
return expansionVar;
323323
}
324324

0 commit comments

Comments
 (0)