[PATCH] D62839: [WIP] [clangd] Index API and implementations for relations
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 22:01:25 PDT 2019
nridge added a comment.
This isn't quite ready for a thorough review, but I have a question for now: in `BackgroundIndex::update`, there is a step where we partition symbols and references into files.
For relations, should we include a copy in both the file containing the definition of the subject, and (if different) the file containing the definition of the object?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62839/new/
https://reviews.llvm.org/D62839
More information about the cfe-commits
mailing list