Drop TypeCheckerDebugConsumer

This commit is contained in:
Robert Widmann
2020-05-18 22:49:55 -07:00
parent 4c5d87e07c
commit afe8f2b63f
14 changed files with 65 additions and 183 deletions

View File

@@ -4405,7 +4405,7 @@ bool ConstraintSystem::generateConstraints(
}
if (isDebugMode()) {
auto &log = getASTContext().TypeCheckerDebug->getStream();
auto &log = llvm::errs();
log << "---Initial constraints for the given expression---\n";
print(log, expr);
log << "\n";