Commits

Argyrios Kyrtzidis committed 097d9a0d0ef
When we have selector-style syntax for functions, make the argument patterns implicit. Argument patterns create pseudo-named patterns, so make them implicit and ignore them when scanning for explicit source information. Also make sure that the clang importer sets the HasSelectorStyleSignature bit appropriately. Swift SVN r8803