We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaec66 commit cc75752Copy full SHA for cc75752
lib/Sema/CSBindings.cpp
@@ -1608,11 +1608,11 @@ unsigned BindingSet::getNumViableLiteralBindings() const {
1608
void BindingSet::dump(TypeVariableType *typeVar, llvm::raw_ostream &out,
1609
unsigned indent) const {
1610
out.indent(indent);
1611
- out << "(";
+ out << "- ";
1612
if (typeVar)
1613
out << "$T" << typeVar->getImpl().getID();
1614
dump(out, 1);
1615
- out << ")\n";
+ out << "\n";
1616
}
1617
1618
void BindingSet::dump(llvm::raw_ostream &out, unsigned indent) const {
0 commit comments