mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
CursorInfo: silence a warning after recently introducing a new enum case. (#10412)
This commit is contained in:
committed by
Argyrios Kyrtzidis
parent
4575525786
commit
351ffabf1a
@@ -1286,6 +1286,7 @@ static void resolveName(SwiftLangSupport &Lang, StringRef InputFile,
|
||||
}
|
||||
return;
|
||||
}
|
||||
case SemaTokenKind::ExprStart:
|
||||
case SemaTokenKind::StmtStart: {
|
||||
Receiver({});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user