mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ConstraintGraph] Collect and print changes in current Active Scope.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user