mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #58999 from ahoppen/pr/cache-function-asyncness
[CodeCompletion] Cache 'async'-ness of free functions
This commit is contained in:
@@ -1369,7 +1369,8 @@ void swift::ide::deliverCompletionResults(
|
||||
/*Sink=*/nullptr);
|
||||
|
||||
Consumer.handleResultsAndModules(CompletionContext, RequestedModules,
|
||||
Lookup.getExpectedTypeContext(), DC);
|
||||
Lookup.getExpectedTypeContext(), DC,
|
||||
Lookup.canCurrDeclContextHandleAsync());
|
||||
}
|
||||
|
||||
bool CodeCompletionCallbacksImpl::trySolverCompletion(bool MaybeFuncBody) {
|
||||
|
||||
Reference in New Issue
Block a user