Commits

Devin Coughlin committed 0aa115c09be
Add diagnostics for potentially unavailable initializers. This patch adds diagnostics for initializers that are potentially unavailable. It does not treat such initializers as optionals, even when EnableExperimentalUnavailableAsOptional is true -- there is some tricky interaction with failable initializers that still needs to be worked out. Swift SVN r22548