[PATCH] D40780: [clangd] Incorporate fuzzy-match into result rankings.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 12 07:47:01 PST 2018
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/clangd/completion-fuzzy.test:1
+# RUN: clangd -pretty -run-synchronously < %s | FileCheck %s
+# It is absolutely vital that this file has CRLF line endings.
----------------
nit: any reason not using unittest `CodeCompleteTests` here?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40780
More information about the cfe-commits
mailing list