Commits

Doug Gregor committed 16d82948147
Don't allow bridging conversions when we're processing favored constraints. This is another instance where we choose a favored constraint that only type checks because we're bridging through NSNumber, causing awful problems. Fixes rdar://problem/17962491. Swift SVN r21445