[NFC] ASTContext::getLazyResolver -> ASTContext::getLegacyGlobalTypeChecker

This commit is contained in:
Robert Widmann
2019-11-05 14:44:41 -08:00
parent 56a713f179
commit 2b08d1b834
19 changed files with 72 additions and 66 deletions

View File

@@ -1643,7 +1643,7 @@ public:
Importer(static_cast<ClangImporter *>(CurrDeclContext->getASTContext().
getClangModuleLoader())),
CompletionContext(CompletionContext) {
(void)createTypeChecker(Ctx);
(void)swift::createTypeChecker(Ctx);
// Determine if we are doing code completion inside a static method.
if (CurrDeclContext) {