Commits

Doug Gregor committed 7733c19fc66
Make solutions to the constraint system independent of their parent. Once we've done this, we can 'hollow out' the parent by removing all of its internal data structures once all of its children have been visited. There is a modest memory win here, but mostly the win is architectural: this is a step toward making some of these data structures ephemeral. Swift SVN r3120