Commits

Doug Gregor committed f204351e7e4
Implement Clang importer support for finding Objective-C methods by selector. This functionality doesn’t really change what we accept right now, because we eagerly import all of the methods of a class when we do *any* kind of lookup into the class. However, when we manage to stop doing that, this operation will become more important. Swift SVN r23289