Commits

Doug Gregor committed f338c9f9bf2
Extend ObjC methods whitelist to support adding an "unavailable" attribute. Use this for -class and +class, to make them less ad hoc. More to follow. As part of this, actually mark imported unavailable declarations in a protocol as "optional", because nobody should have to implement an unavailable declaration. Swift SVN r18262