Commits

Doug Gregor committed 49716746651
[Clang importer] Teach importFullName to provide argument labels for functions. importFullName was inconsistent in the kinds of names it produced for imported C functions. swift_name'd functions would get argument labels, but non-swift_name'd functions would not, and other parts of the important were working around the oddity. Make importFullName() always provide the argument labels.