Commits

Chris Lattner committed 6ee641719c5
tuple patterns can never contain varargs, so remove the parsing logic from parsePattern. Unfortunately, parameter lists (which have their own parsing logic) still lean on the Pattern data structures, so we can't remove this from TuplePattern yet. Swift SVN r26804