Commits

Ben Langmuir committed ba2710e4930
[CodeCompletion] Fix the mysteriously missing operators In the experimental operator completion, we were mysteriously missing some operators like ||. It turns out it was all operators alphabetically after '.', because the filtering code was very broken. rdar://problem/23539465