Commits

Joe Groff committed 1893e316bda
Sema: Pull infix assignment operators into optional chains. During operator sequence folding, if we see (opt eval) <op>= expr, fold the operator into the optional evaluation. This allows for conditional reassignments like 'x?.y = 0' or 'a?.b += 2'. Swift SVN r20611