Skip to content

Commit 93838ef

Browse files
authored
Merge pull request #61988 from xedin/print-type-vars-in-subs-maps
[ASTDumper] Print type variables that appear in substitution maps
2 parents 8bd3350 + f5301fb commit 93838ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3520,6 +3520,7 @@ static void dumpSubstitutionMapRec(
35203520
if (replacementTypes[i]) {
35213521
PrintOptions opts;
35223522
opts.PrintForSIL = true;
3523+
opts.PrintTypesForDebugging = true;
35233524
replacementTypes[i]->print(out, opts);
35243525
}
35253526
else

0 commit comments

Comments
 (0)