Commits

Joe Groff committed 0ea3dbc652a
Lex '??' as an operator. Change the lexing of '?' to be similar to '!', where we special-case the postfix case for the intrinsic postfix optional operator, but fall back to lexing as an operator when it isn't left-bound. For now, only accept '??' as an operator name--we could easily generalize this, but that warrants discussion first. Swift SVN r20591