Commits

Devin Coughlin committed 8a8d53b10cb
Sema: Infer required availability for synthesized designated initializer overrides. When synthesizing a designated initializer override, we now ensure that the synthesized initializer has the same availability as the initializer it is overriding. Swift SVN r26732