diff options
author | Sam McCall <sam.mccall@gmail.com> | 2017-12-01 17:08:02 +0000 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2017-12-01 17:08:02 +0000 |
commit | 87496417ff4239645011afa2caa11e8b92efea52 (patch) | |
tree | b3f346c4b7daf558b0a9d75ab8339d717807526a /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 8d1fc2b65b4b16406e0cf7be3fe64a57f894d69f (diff) | |
download | bcm5719-llvm-87496417ff4239645011afa2caa11e8b92efea52.tar.gz bcm5719-llvm-87496417ff4239645011afa2caa11e8b92efea52.zip |
[clangd] Fuzzy match scorer
Summary:
This will be used for rescoring code completion results based on partial
identifiers.
Short-term use:
- we want to limit the number of code completion results returned to
improve performance of global completion. The scorer will be used to
rerank the results to return when the user has applied a filter.
Long-term use case:
- ranking of completion results from in-memory index
- merging of completion results from multiple sources (merging usually
works best when done at the component-score level, rescoring the
fuzzy-match quality avoids different backends needing to have
comparable scores)
Reviewers: ilya-biryukov
Subscribers: cfe-commits, mgorny
Differential Revision: https://reviews.llvm.org/D40060
llvm-svn: 319557
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions