[ConstraintGraph] Collect and print changes in current Active Scope.

This commit is contained in:
Amritpan Kaur
2022-08-12 15:29:53 -07:00
parent bd2968e2c1
commit 01ea11b34a
3 changed files with 125 additions and 0 deletions

View File

@@ -387,6 +387,7 @@ public:
/// Print the graph.
void print(ArrayRef<TypeVariableType *> typeVars, llvm::raw_ostream &out);
void dump(llvm::raw_ostream &out);
void dumpActiveScopeChanges(llvm::raw_ostream &out, unsigned indent = 0);
// FIXME: Potentially side-effectful.
SWIFT_DEBUG_HELPER(void dump());