summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/Relation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Use our own relation kind.Haojian Wu2019-10-171-2/+1
| | | | | | | | | | | | | | | | Summary: Move the RelationKind from Serialization.h to Relation.h. This patch doesn't introduce any breaking changes. Reviewers: kadircet Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68981 llvm-svn: 375117
* [clangd] Add RelationSlabNathan Ridge2019-06-031-0/+40
Summary: RelationSlab is a new index data structure that stores relations between symbols. Reviewers: kadircet Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D59407 llvm-svn: 362352
OpenPOWER on IntegriCloud