Commits

Ben Langmuir committed 4e33d50c7f9
[CodeCompletion] Bump the priority on keywords in the experimental code-completion path. Move them right before "other module" results. This is a bit of a hack. Ideally, we would have a much better idea which keywords are actually legal/likely in a given context and could prioritize them even more. Since today we basically splat in all the keywords, keep them below the current module results so they don't overwhelm us. rdar://problem/25119529