Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Use our own relation kind. | Haojian Wu | 2019-10-17 | 1 | -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 RelationSlab | Nathan Ridge | 2019-06-03 | 1 | -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 |