IDE+Evaluator: converge multiple type relation checks into a single sema request, NFC

From libIDE, the utility functions will invoke the request in the implementation.
This commit is contained in:
Xi Ge
2019-07-24 12:16:42 -07:00
parent 1d6b991086
commit b6e6f69e80
8 changed files with 124 additions and 21 deletions

View File

@@ -969,6 +969,7 @@ static bool reportModuleDocInfo(CompilerInvocation Invocation,
return true;
ASTContext &Ctx = CI.getASTContext();
registerIDERequestFunctions(Ctx.evaluator);
(void)createTypeChecker(Ctx);
SourceTextInfo IFaceInfo;