[PATCH] D52276: [clangd] Add type boosting in code completion

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 20 07:35:12 PST 2018


sammccall added inline comments.


================
Comment at: clangd/Quality.cpp:373
+  if (TypeMatchesPreferred)
+    Score *= 2.0;
+
----------------
is 2 really enough?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52276





More information about the cfe-commits mailing list