[PATCH] D58880: [WIP] [Looking for API feedback] [clangd] Type hierarchy subtypes

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 02:21:04 PST 2019


kadircet added a comment.

For starters, what about just introducing a new field `Bases` into the `Symbol`. Which can store symbol IDs for the parents of the mentioned symbol, then during index build we can simply add same relations from base to this symbol. This should help us get rid of `RelationSlab` logic.
If there wasn't a specific reason that I missed for introducing `RelationSlab` logic.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58880





More information about the cfe-commits mailing list