mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -313,6 +313,7 @@ public:
|
||||
bool AllowInputs = true);
|
||||
|
||||
void removeCachedAST(SwiftInvocationRef Invok);
|
||||
void cancelBuildsForCachedAST(SwiftInvocationRef Invok);
|
||||
|
||||
struct Implementation;
|
||||
Implementation &Impl;
|
||||
|
||||
Reference in New Issue
Block a user