[PATCH] D62839: [WIP] [clangd] Index API and implementations for relations

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 01:17:59 PDT 2019


kadircet added a comment.

In D62839#1528597 <https://reviews.llvm.org/D62839#1528597>, @nridge wrote:

> 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?


The point of sharding is to reduce duplication, so I would rather store it only in subject's definition location.


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