This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from e58c2dc0 Revise the google-objc-global-variable-declaration check to m [...] new a499fa12 [clangd] Add RelationSlab
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/CMakeLists.txt | 1 + clangd/index/Index.h | 1 + clangd/index/Relation.cpp | 40 +++++++++++++++++++ clangd/index/Relation.h | 88 +++++++++++++++++++++++++++++++++++++++++ clangd/unittests/IndexTests.cpp | 39 ++++++++++++++++++ 5 files changed, 169 insertions(+) create mode 100644 clangd/index/Relation.cpp create mode 100644 clangd/index/Relation.h