Skip to content

Commit 351ffab

Browse files
nkcsgexiakyrtzi
authored andcommitted
CursorInfo: silence a warning after recently introducing a new enum case. (#10412)
1 parent 4575525 commit 351ffab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ static void resolveName(SwiftLangSupport &Lang, StringRef InputFile,
12861286
}
12871287
return;
12881288
}
1289+
case SemaTokenKind::ExprStart:
12891290
case SemaTokenKind::StmtStart: {
12901291
Receiver({});
12911292
return;

0 commit comments

Comments
 (0)