Commits

Doug Gregor committed 09797f7f99a
Introduce a new declaration node, ParamDecl, for function parameters. Use this node to capture the argument name and its source location in the AST. We're only building these in one place at the moment; the rest will be updated soon. Swift SVN r16581