Commits

Chris Lattner committed f7f5894acf8
Implement overload set pruning based on whether a call happens in a unary or binary context. This allows us to discard binary "-" candidates when in a unary context. This is enough to resolve the last ambiguity, implementing <rdar://problem/11088443> The expression "-1" always has type int Swift SVN r1257