[PATCH] D83536: [clangd] Index refs to main-file symbols as well

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 13 00:16:52 PDT 2020


kadircet added a comment.

In D83536#2144282 <https://reviews.llvm.org/D83536#2144282>, @nridge wrote:

> I can do that.
>
> Another thing we could consider, if the space increase is a concern, is to limit which references we store, e.g. to functions only (not variables or classes).


Yes, that's an option too, but I think putting it behind a flag is the safest for now, as we are cutting close to 11 release.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83536/new/

https://reviews.llvm.org/D83536





More information about the cfe-commits mailing list