Commits

Joe Groff committed f026e44c181
Integrate ternary parsing with precedence parsing. Give the ternary a fixed precedence, parse '?' and ':' into SequenceExprs, and fold them into IfExprs as part of sequence folding. This allows assignment operators like '+=' to have precedence below the ternary as in C. Fixes <rdar://problem/13756211>. Swift SVN r4983