Commits

Joe Groff committed 2606b7ca576
Simplify handling of ternaries in SequenceExprs. Instead of trying to parse '?' and ':' as separate placeholder exprs and matching them up during binary expr resolution, it's a bit cleaner to parse the entire '? ... :' middle expr of the ternary into a single placeholder node at parse time. Then binary expr resolution only ever has to consider a single sequence element. Swift SVN r5499