Commits
Argyrios Kyrtzidis committed a5eeb9617a4
[Parser] Create ParamDecls even for unnamed parameters. This preserves more of source info (e.g. API name location) and simplifies things since we don't have to construct ParamDecls for the unnamed parameters later on. Swift SVN r17828