| commit | 19a9461e5fc012f58741888243fd6497ebffa6ff | [log] [tgz] |
|---|---|---|
| author | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | Thu Sep 06 12:54:43 2018 +0000 |
| committer | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | Thu Sep 06 12:54:43 2018 +0000 |
| tree | 7b86be5bdd80408feff684482ebae63647695bb1 | |
| parent | ac6595bd53caf5394a7d14c04ae86837ef823eb9 [diff] |
[clangd] Implement proximity path boosting for Dex This patch introduces `PathURI` Search Token kind and utilizes it to uprank symbols which are defined in files with small distance to the directory where the fuzzy find request is coming from (e.g. files user is editing). Reviewed By: ioeric Reviewers: ioeric, sammccall Differential Revision: https://reviews.llvm.org/D51481 llvm-svn: 341542