[PATCH] D62471: [clangd] SymbolCollector support for relations

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 26 16:49:16 PDT 2019


nridge created this revision.
nridge added a reviewer: kadircet.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

The only relation currently collected is RelationBaseOf, because this is
all we need for type hierarchy subtypes. Additional relations can be
collected in the future as the need arises.

This patch builds on D59407 <https://reviews.llvm.org/D59407> and D62459 <https://reviews.llvm.org/D62459>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62471

Files:
  clang-tools-extra/clangd/index/SymbolCollector.cpp
  clang-tools-extra/clangd/index/SymbolCollector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62471.201473.patch
Type: text/x-patch
Size: 4961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190526/6ab33608/attachment-0001.bin>


More information about the cfe-commits mailing list