Commits

Doug Gregor committed f1e65b0583b
Only introduce the implicit memberwise constructor when there are no user-declared constructors. Rather than unconditionally introducing a memberwise constructor into a struct, only introduce the implicit memberwise constructor if there are not user-declared constructors within the struct declaration itself. In other words, writing a constructor in the struct definition takes over all of the constructors. Swift SVN r4867