Commits

Joe Groff committed fc392cc942a
Sema: Strip out inout conversion constraint systems. JoeP helped tweak things to ensure that pointer conversions are still considered, but we no longer need the disjunction on InOutExprs to accommodate user-defined inout conversions. This causes some regressions in error reporting: <rdar://problem/17489983> inout type mismatches complain about '@lvalue inout T' <rdar://problem/17489894> inout not rejected as operand to assignment operator Swift SVN r19306