[PATCH] D46751: [clangd] Filter out private proto symbols in SymbolCollector.

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 15 07:41:23 PDT 2018


malaperle added a comment.

In https://reviews.llvm.org/D46751#1099097, @ioeric wrote:

> > I think this is good if that's true that the comment is always there. I think it would be OK for this to be enabled by default, with a general option to turn heuristics off. Not sure what to call it... -use-symbol-filtering-heuristics :)
>
> We have other filters in the symbol collector that we think could improve user experience, and we don't provide options for those.


What others filters do you mean? If you mean skipping "members", symbols in main files, etc, I a working on making them not skipped, see https://reviews.llvm.org/D44954.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46751





More information about the cfe-commits mailing list