[PATCH] D74547: [clangd] Expose Code Completion score to the client
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 05:31:25 PST 2020
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/test/protocol.test:42
# CHECK-NEXT: "label": " a",
+# CHECK-NEXT: "score": 13.200000762939453,
# CHECK-NEXT: "sortText": "{{.*}}"
----------------
oops, raced with you...
you missed some :-)
also I'd just use {{.*}} for readability, up to you though
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74547/new/
https://reviews.llvm.org/D74547
More information about the cfe-commits
mailing list