Commits

Argyrios Kyrtzidis committed 37dc84e13ca
Remove VarargBaseType from TuplePatternElt and introduce a bit in TuplePattern to indicate if there is a vararg. The semantics of varargs (only for the last element) make it more appropriate as a property of the TuplePattern. Also free the Parser from needing to construct synthetic types (ArraySlice for type of vararg element) to accommodate the TypeChecker and move the logic to the TypeChecker. This will be more beneficial when the parser stops creating types in general. Swift SVN r6271