Commits

Jordan Rose committed e0e5563a96b
[ClangImporter] Allow NS_SWIFT_NAME to just specify a base name. ...when renaming C functions. This is currently rejected by Clang itself, but showed up when testing apinotes. Rather than complicate the apinotes by including parameter placeholders, just do the obvious thing (and future-proof against us potentially allowing this in the future). rdar://problem/26133744