Commits
Doug Gregor committed 0223f3edf16
Implement Expr::getSourceRange() and introduce proper support for this function into all of the expression nodes. Re-implement Expr::getStartLoc() in terms of this function, and add it's brother Expr::getEndLoc(), removing the specialized implementations. Clean up the source ranges of implicitly-created tuple expressions in the process. Swift SVN r855