Commits

Jordan Rose committed cf602d3527e
[swift2objc] Handle arguments with ignored names (_). A single argument specified as "func foo(_: Int)" gets its input parameters represented as a ParenPattern around a TypedPattern, not a TuplePattern. Swift SVN r13543