Commits

Doug Gregor committed 7bef9c45c43
Simplify the declaration naming scheme to use a blank rather than _ for unnamed arguments. Arguments without API names are going to get more common soon, so simplify names like "tableView(_:rowViewForRow:)" to "tableView(:rowViewForRow:)". Swift SVN r16982