Commits

Joe Groff committed c660b539f73
ClangImporter: Don't try to provide an elementwise initializer for partially-imported structs. It doesn't make sense to try to construct a partially-imported struct elementwise in Swift. We don't know what all the fields are yet. Part of rdar://problem/19807099. Swift SVN r25366