Commits

Devin Coughlin committed 56cb80c9c29
Importer: Apply protocol availability to imported mirror decl members When adding mirror declaration members to a class, if the protocol has an annotated availability then apply that availability to the mirror declaration member unless the protocol member already has its own availability. rdar://problem/21825141 Swift SVN r30251