Commits

Jordan Rose committed a2ec27777e5
Don't crash when a property and a member type have the same name. The exact message is mostly immaterial at this point, but without the change we end up recursively validating the property, marking it invalid, and then never actually emitting a diagnostic, leaving SILGen and Serialization to go ahead and fail. rdar://problem/20913392 Swift SVN r30830