Files
swift-mirror/lib/Sema/CSSimplify.cpp
Joe Groff ab1e99772a 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
2014-06-26 23:06:32 +00:00

135 KiB