mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Introduce key for cancelling on close
Defaults to `true`.
This commit is contained in:
@@ -615,7 +615,8 @@ public:
|
||||
SourceKitCancellationToken CancellationToken,
|
||||
std::shared_ptr<EditorConsumer> Consumer) override;
|
||||
|
||||
void editorClose(StringRef Name, bool RemoveCache) override;
|
||||
void editorClose(StringRef Name, bool CancelBuilds,
|
||||
bool RemoveCache) override;
|
||||
|
||||
void editorReplaceText(StringRef Name, llvm::MemoryBuffer *Buf,
|
||||
unsigned Offset, unsigned Length,
|
||||
|
||||
Reference in New Issue
Block a user