Commits

Chris Lattner committed a20fa87712b
Fix a bug that I noticed when doing the parameter rework, where we'd accidentally accept closure arguments with API names (but only in a parenthesized parameter list). While it could theoretically be interesting to support API names on closures, this is never something we intended to support, and a lot of implementation work would be necessary to make them correct. Just correctly reject them even if parenthesized.