Commits

Chris Lattner committed 66683f94f92
Eliminate the "IsReturnExpr" bit from the AST - it was a poorly maintained version of the new CTP_ReturnStmt conversion, used to generate return-specific diagnostics. Now that we have a general solution, we can just use that. This improves diagnostics in returns for accessors, since they were apparently not getting the bit set. Swift SVN r30665