Commits

Chris Lattner committed 6867ce2e2c2
fix <rdar://problem/17763388> ambiguous operator emits same candidate multiple times It seems not-great that the same candidate can get into the overload set for a DeclRefExpr multiple times, but if it does, don't expose this to the user. Swift SVN r20315