Commits

Ben Langmuir committed 122350d4503
[CodeCompletion] Apply filter rules directly to inner results ... and don't try to filter the extended results. Once the results are extended with the common prefix they will not match identifier filter rules, which will create differences between completions depending on whether they had a filter text or were a postfix expression. Also, allow filtering by name directly on the inner operator name for inner operators. rdar://problem/26312235