mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Make SwiftASTConsumer::failed pure virtual
Previously, if a semantic tokens request or diagnostic request failed, we wouldn’t return any response.
This commit is contained in:
@@ -42,8 +42,6 @@ using namespace SourceKit;
|
||||
using namespace swift;
|
||||
using namespace swift::sys;
|
||||
|
||||
void SwiftASTConsumer::failed(StringRef Error) { }
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// SwiftInvocation
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Reference in New Issue
Block a user