Commits

Slava Pestov committed 6a9790ed305
Sema: Fix compiler_crasher with FixKind::ForceOptional We were using getRValueType() and getRValueObjectType() when setting up the constraint, but getRValueType() when simplifying it. This led to a crash if the type was a single-argument tuple with a named argument. Swift SVN r29376