Skip to content

Commit afa07a6

Browse files
committed
[CSRanking] Add ImplicitValueConversion to getScoreKindName
1 parent 10214ab commit afa07a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Sema/CSRanking.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ static StringRef getScoreKindName(ScoreKind kind) {
8787

8888
case SK_FunctionToAutoClosureConversion:
8989
return "function to autoclosure parameter";
90+
91+
case SK_ImplicitValueConversion:
92+
return "value-to-value conversion";
9093
}
9194
}
9295

0 commit comments

Comments
 (0)