Commits

Slava Pestov committed 0d3ef548e7b
ClangImporter: Add support for __attribute__((availability(..., replacement=""))) We map clang::AvailabilityAttr::getReplacement() to swift::AvailableAttr::Rename, transforming the replacement name using by looking up the named Clang replacement, and importing its name. Fixes <rdar://problem/26301742>.