Commits

Doug Gregor committed 50d6fd04551
Lock down on the use of default values in patterns and types. Per previous discussions, we only want to allow default values for uncurried 'func' and 'constructor' parameters, and not for return types or arbitrary tuple types. Introduce this restriction, fixing part of <rdar://problem/13372694>. Swift SVN r6156