Commits
Joe Groff committed ab1e99772a1
Sema: Disallow pointer conversions in operators. We still don't want 'array1 == array2' to accidentally work via pointer comparison. However, we still admit pointer conversions when an inout is involved. 'pointer == &x' is desirable, and more importantly, explicit about what the user wants. Swift SVN r19271