Commits

Doug Gregor committed ee28dce571a
Switch typeCheckCondition() over to a listener on typeCheckExpression(). This eliminates some duplicate code and makes it clear just how condition checking differs from normal expression checking (answer: not very much). Swift SVN r10812