Commits

Jordan Rose committed b92e0c944de
[ClangImporter] Implement NS_SWIFT_NAME for enumerators. NS_SWIFT_NAME on enum constants has two effects: on top of renaming the member, it also removes it from the prefix-matching logic. Part of rdar://problem/19240897 Swift SVN r28927