Commits

Doug Gregor committed b5a848e8b29
<rdar://problem/11926374> Only introduce the implicit, memberwise struct constructor when there is no similar constructor within the struct declaration. For the implicit memberwise struct constructor to be suppressed, one has to write a constructor with the same parameters (names, types, and order) as the instance variables of the struct. Swift SVN r4819