Commits

Doug Gregor committed f746481538d
Reinstate r18522 "this patch fixes the playground transform to support transforming top-level code" with a hack to remove null elements. This transform routine needs some serious work, because it's quadratic in the number of elements (due to vector insertions everywhere) and not resilient to type-checking failures. However, this removing-null-elements hack is progress. Swift SVN r18557