[PATCH] D40780: [clangd] Incorporate fuzzy-match into result rankings.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 08:16:57 PST 2018


sammccall added inline comments.


================
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.
----------------
hokein wrote:
> nit: any reason not using unittest `CodeCompleteTests` here? 
Whoops, none at all! Done.
When I first wrote this, CodeCompletionTests didn't exist in a useful form.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40780





More information about the cfe-commits mailing list