Commits

Ben Langmuir committed 8f9299cc97a
[CodeCompletion] Add assignment to experimental operator completion When the LHS is an lvalue/assignable tuple and there is no leading sequence of binary expressions. It's a bit hacky right now since we don't have a good way to differentiate general pattern completions from builtin operators. rdar://problem/23209683