Merge pull request #60443 from amritpan/improve-solver-step-printing

[ConstraintSystem] Improve solver step printing in the type inference algorithm debug output
This commit is contained in:
Pavel Yaskevich
2022-09-02 15:53:23 -07:00
committed by GitHub
7 changed files with 110 additions and 46 deletions

View File

@@ -626,7 +626,7 @@ public:
/// Print the type variable to the given output stream.
void print(llvm::raw_ostream &OS);
private:
StringRef getTypeVariableOptions(TypeVariableOptions TVO) const {
#define ENTRY(Kind, String) case TypeVariableOptions::Kind: return String