Commits

Doug Gregor committed d80b689c516
Introduce "convenience factory" initializers. Convenience factory initializers are convenience initializers produced by importing an Objective-C factory method as a convenience initializer. The distinction is currently only used to eliminate the awful layering violation I recently introduced in name lookup, which was consulting Clang AST nodes directly. It will also be useful in SILGen. Swift SVN r16527