Commits

Doug Gregor committed 587d7e7dadd
Fix an assertion when a required initializer overrides a non-required one. We were attempting to find the vtable slot for the allocating initializer in the superclass, but of course it doesn't have one. Part of <rdar://problem/17408284>. Swift SVN r20429