[PATCH] D47707: [clangd] Downrank symbols with reserved names (score *= 0.1)

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 05:01:30 PDT 2018


ilya-biryukov added a comment.

Is there a way to only downrank them if the query does not start with `_`? That would cover the cases when I **do** want the symbols starting with underscore.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47707





More information about the cfe-commits mailing list