Commits

Chris Lattner committed b02da0ae31f
Add tuple element label information to TuplePatterns. Before we had no way to represent them, and just dropped them on the ground. Now we parse them, persist them in the AST, and "resolve" them from the expr grammar, but still drop them on the ground. This is progress towards fixing: rdar://20135489 Swift SVN r26828