Commits

John McCall committed 9038a38ce8d
We will need a DiverseStack<T> for cleanups, but a stack is really the wrong structure for an l-value. Use a list instead (that is, something which allows efficient iteration forward through the collection). Swift SVN r1117