Commits

Jordan Rose committed 4cefdf263ca
[ClangImporter] Don't unique selector names when doing id-style lookup. Dmitri pointed out that we're just bloating the AST context's identifier table and not actually saving any string comparison. StringRef's == is pretty efficient anyway. Swift SVN r7339