Commits

Doug Gregor committed 236ab802f0a
Move creation of stub initializers into addImplicitInitializers(). The presence of stub initializers can effect the Objective-C initializer overriding diagnostics. In multi-file situations, we were getting spurious diagnostics because stub initializers were not present outside of the file in which a particular class was defined. Fixes rdar://problem/19794036. Swift SVN r25323