Commits

Chris Lattner committed 762cb3fa627
start loosening up getTypeOfIndependentSubExpression() to walk into more kinds of expressions. Broadening from callexpr to apply expr (picking up operators) improves several diagnostics in the testsuite, and is important to avoid regressions from an upcoming patch. Swift SVN r29821