Commits

Chris Lattner committed 88e50659f7a
fix <rdar://problem/17564699> QoI: Structs should get convenience initializers The diagnostic we were producing was confusing the user into thinking that you couldn't have a delegating init on a struct. Improve the diagnostic and add a fixit hint. Swift SVN r27872