Commits
Doug Gregor committed 9cfb1b5ca42
Keep track of the locations of the element names in a TupleExpr. As part of this, use tail allocation to reduce the memory footprint of TupleExprs. Use factory methods to make it easier to construct. I'll be using this information in a follow-on patch. SourceKit probably wants it as well. Swift SVN r17129