Commits

Doug Gregor committed e51e969b35d
[Clang importer] Strip the "NS" prefix from entities in Foundation As part of the improved import of Objective-C APIs into Swift, strip the "NS" prefix from entities defined in the Foundation framework. Addresses rdar://problem/24050011, which is part of SE-0005. Naturally, this is hidden behind -enable-omit-needless-words.