Commits

Doug Gregor committed 997026c6ca1
Parse closure parameters as a parameter-clause rather than as a pattern. This means we get ParamDecls rather than VarDecls. Additionally, we parse both API names and parameter names, although the API names aren't currently useful. As part of this, loosen up the tentative parsing that disambiguates between a tuple and a closure parameter-clause. Swift SVN r16585