Commits

Ben Langmuir committed 7eaed61b6fd
[CodeCompletion] Fix completion after unspaced binary operator We were miscalculating 'isRightBound' when the RHS was a code-completion token leading to missing completions in unspaced binary expressions 1+<here> 1...<here> rdar://problem/24278699