[PATCH] D54106: [clangd] Limit the index-returned results in dexp.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 5 08:14:22 PST 2018


ioeric added inline comments.


================
Comment at: clangd/index/dex/dexp/Dexp.cpp:128
   };
   cl::opt<unsigned> Limit{
       "limit",
----------------
I think we should make it configurable like what we do here.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54106





More information about the cfe-commits mailing list