[PATCH] D47957: [clangd] Add option to fold overloads into a single completion item.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 14 02:37:56 PDT 2018


sammccall added a comment.

Plan regarding hiding signatures, and configuration:

- internally, keep these options independent (programmatic users know what they're doing)
- as a CLI flag, make it a tristate (detailed/bundled/simple), because !Bundle && !Signatures doesn't make sense.

Not 100% sure on this (particularly flag naming), WDYT?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47957





More information about the cfe-commits mailing list