[PATCH] D74547: [clangd] Expose Code Completion score to the client

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 13 05:11:58 PST 2020


kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

Make it possible for the client to adjust the ranking by using the score Clangd
calculates for the completion items.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74547

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/Protocol.cpp
  clang-tools-extra/clangd/Protocol.h
  clang-tools-extra/clangd/test/completion-auto-trigger.test
  clang-tools-extra/clangd/test/completion-snippets.test
  clang-tools-extra/clangd/test/completion.test
  clang-tools-extra/clangd/test/protocol.test
  clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74547.244395.patch
Type: text/x-patch
Size: 5944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200213/8508a452/attachment-0001.bin>


More information about the cfe-commits mailing list