Commits

Doug Gregor committed bd879486bab
Introduce an rvalue-of constraint, which allows us to turn an lvalue into an rvalue as part of the constraint system. We use this to help break apart the function argument of a function application, which needs to have a type whose rvalue is a function type. Fixes <rdar://problem/12351208>. Swift SVN r2906