Commits

Joe Groff committed b1a965fd1ed
Clang Importer: Import struct elementwise constructors as transparent. We need to ensure they get inlined away if they're referenced from other transparent definitions, as a workaround for SIL deserialization being unable to trigger instantiation of Clang-importer-synthesized modules. Still doesn't solve that problem, but works around it enough for rdar://problem/20902115. Swift SVN r28526