Commits

Joe Pamer committed d2c2add5de1
Introduce a hack for ensuring that, in the face of unresolved member exprs, call argument types line up nicely with the associated argument tuple type. (rdar://problem/18841652, rdar://problem/18913150, etc.) This was one of our most visible user-facing crashers, manifesting itself any time a user performed an equality comparison on an unresolved enum case. Swift SVN r24753