mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[BuilderTransform] NFC: Correctly indent transformed body debug printing
This commit is contained in:
@@ -2529,7 +2529,7 @@ ConstraintSystem::matchResultBuilder(AnyFunctionRef fn, Type builderType,
|
||||
auto &log = llvm::errs();
|
||||
auto indent = solverState ? solverState->getCurrentIndent() : 0;
|
||||
log.indent(indent) << "------- Transfomed Body -------\n";
|
||||
transformedBody->second->dump(log);
|
||||
transformedBody->second->dump(log, &getASTContext(), indent);
|
||||
log << '\n';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user