Commits

Dominique d'Argent committed 91150038827
[SilOptimizer] SR-1469: Issue diagnostic for `init?` at early return statement In failable initializers the "return from initializer without initializing all stored properties" (resp. "return from enum initializer method without storing to 'self'" for enums) diagnostic is now reported at the early return instead of the end of the initializer.