This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Collect the number of files referencing a symbol in the static index.
ClosedPublic

Authored by sammccall on Mar 9 2018, 10:11 AM.

Details

Summary

This is an important ranking signal.
It's off for the dynamic index for now. Correspondingly, tell the index
infrastructure only to report declarations for the dynamic index.

Diff Detail

Event Timeline

sammccall created this revision.Mar 9 2018, 10:11 AM
hokein accepted this revision.Mar 12 2018, 2:56 AM

Looks good.

This revision is now accepted and ready to land.Mar 12 2018, 2:56 AM
This revision was automatically updated to reflect the committed changes.