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 5190d98 commit a40d4c7Copy full SHA for a40d4c7
lib/Sema/CSTrail.cpp
@@ -688,8 +688,8 @@ void SolverTrail::Change::dump(llvm::raw_ostream &out,
688
689
case ChangeKind::RetiredConstraint:
690
out << "(RetiredConstraint ";
691
- TheConstraint.Constraint->print(out, &cs.getASTContext().SourceMgr,
692
- indent + 2);
+ Retiree.Constraint->print(out, &cs.getASTContext().SourceMgr,
+ indent + 2);
693
out << ")\n";
694
break;
695
}
0 commit comments