Commits

Doug Gregor committed 539a0b450e3
Diagnose non-constructible classes. When a particular class has no designated initializers explicitly written or implicitly defined, complain and suggest initializers for all of the stored properties that need them and appear to have sensible default values. Fixes <rdar://problem/15670604>. Swift SVN r15023