Commits

Doug Gregor committed 000aeff4fb4
Keep track of the number of nullary factory methods we skip due to a "long name". For example, in an Objective-C class like this: @interface NSFoo +(instancetype)fooForReading; @end We don't import that class method as an initializer yet. Swift SVN r16529