Commits

Doug Gregor committed d94bb268b83
Introduce implicit constructors for imported structs in the type checker. Previously, the Clang importer would synthesize the memberwise constructor itself, but not a default constructor. Eliminate the redundant code path and provide correct semantics for the second by letting the type checker introduce the implicitly-defined constructors itself. Swift SVN r4973