This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is the full identifier name.
ClosedPublic

Authored by sammccall on Jun 6 2018, 3:11 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jun 6 2018, 3:11 AM
sammccall updated this revision to Diff 150099.Jun 6 2018, 3:14 AM

More clearly explain scores >1.

This revision is now accepted and ready to land.Jun 6 2018, 5:39 AM
sammccall updated this revision to Diff 150117.Jun 6 2018, 5:40 AM

Explain WordN == PatN criterion for an exact match.

This revision was automatically updated to reflect the committed changes.