Commits
Jordan Rose committed 14196453cc1
Add a special diagnostic when a type has no accessible initializers. Rather than just saying "'Foo' is not constructible with '()'", say "'Foo' cannot be constructed because it has no accessible initializers", which would help framework authors realize what they did wrong. <rdar://problem/17717714> Swift SVN r20232