mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Cancel in-flight builds on editor.close
When closing a document, cancel any in-flight builds happening for it. rdar://127126348
This commit is contained in:
@@ -107,6 +107,7 @@ public:
|
||||
void updateSemaInfo(SourceKitCancellationToken CancellationToken);
|
||||
|
||||
void removeCachedAST();
|
||||
void cancelBuildsForCachedAST();
|
||||
|
||||
ImmutableTextSnapshotRef getLatestSnapshot() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user