[PATCH] D61537: [clangd] Boost code completion results that were named in the last few lines.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 6 03:25:49 PDT 2019
sammccall added a comment.
In D61537#1491649 <https://reviews.llvm.org/D61537#1491649>, @ilya-biryukov wrote:
> Nice! Looking at the numbers, the improvements look worthwhile.
>
> The stopwords don't seem to be in the patch anymore, but they do seem like a good idea. Specifically, we might want to remove all keywords - the intuition is that they don't provide much value, because users **have** to put them.
The simplest versions of this didn't show any actual numerical benefit. There may be gains to be had by running the real lexer, will leave that for future work.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61537/new/
https://reviews.llvm.org/D61537
More information about the cfe-commits
mailing list