Commits

Joe Groff committed 3e441520239
Replace Unsequenced* placeholders with partial AssignExpr/IfExpr nodes. We can save some source code noise and ASTContext allocation traffic by representing unsequenced assignments and ternaries using AssignExpr/IfExpr with the left and right subnodes nulled out, filling them in during sequence folding. Swift SVN r5509