Commits

Chris Lattner committed c57b0d25b72
Implement <rdar://problem/16021869> the first portion of a function selector should allow implicit arg names This allows us to use implicit names in protocols and asm name functions, as well as for the first chunk of selectors. This feature is particularly useful for delegate methods. Swift SVN r13751