This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Incorporate #occurrences in scoring code complete results.
ClosedPublic

Authored by sammccall on Apr 27 2018, 5:33 AM.

Diff Detail

Event Timeline

sammccall created this revision.Apr 27 2018, 5:33 AM

the patch LG and fixes the problem of llvm namespace not showing up in completions from the static index.
Let's add some tests and ship it!

sammccall updated this revision to Diff 145011.May 3 2018, 7:11 AM

Add completion test.

Added a test - it's kind of perfunctory, I really want to organize symbol scoring more thoroughly which will provide a better place to test well.

sammccall updated this revision to Diff 145021.May 3 2018, 7:46 AM

Fix tests.

This revision is now accepted and ready to land.May 3 2018, 7:54 AM
This revision was automatically updated to reflect the committed changes.