Merge pull request #30439 from CodaFi/swift-is-an-untyped-languge-now-i-dont-make-the-rules

[NFC] Break TypeChecker Down Into a Namespace
This commit is contained in:
Robert Widmann
2020-03-16 21:17:45 -07:00
committed by GitHub
28 changed files with 784 additions and 871 deletions

View File

@@ -240,7 +240,7 @@ bool CompilerInstance::setUpASTContextIfNeeded() {
if (setUpModuleLoaders())
return true;
createTypeChecker(*Context);
Context->setLegacySemanticQueriesEnabled();
return false;
}