Commits

Chris Lattner committed 55fee7a763a
simplify some code by creating a ParenPattern directly instead of using TuplePattern::createSimple. Also, mark the namedpattern implicit, since it is. Add an example of rdar://15993514 using non-trivial types. NFC. Swift SVN r13695