[PATCH] D47815: [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is the full identifier name.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 6 05:40:52 PDT 2018


sammccall updated this revision to Diff 150117.
sammccall added a comment.

Explain WordN == PatN criterion for an exact match.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47815

Files:
  clangd/FuzzyMatch.cpp
  clangd/FuzzyMatch.h
  clangd/Quality.cpp
  clangd/Quality.h
  unittests/clangd/FindSymbolsTests.cpp
  unittests/clangd/FuzzyMatchTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47815.150117.patch
Type: text/x-patch
Size: 5894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180606/e0ad5f04/attachment-0001.bin>


More information about the cfe-commits mailing list