Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift-ci
2019-07-22 14:09:39 -07:00
17 changed files with 264 additions and 49 deletions

View File

@@ -211,6 +211,7 @@ static bool swiftCodeCompleteImpl(
*CI.getASTContext().getClangModuleLoader());
SwiftConsumer.setContext(&CI.getASTContext(), &Invocation,
&CompletionContext);
registerIDETypeCheckRequestFunctions(CI.getASTContext().evaluator);
CI.performSema();
SwiftConsumer.clearContext();