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 cc45a1a6 [clang-tidy] Fixing incorrect comment new f3511f89 [clangd] Add an interface that finds symbol by SymbolID in Sy [...]
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/index/FileIndex.cpp | 6 ++++ clangd/index/FileIndex.h | 3 ++ clangd/index/Index.h | 12 ++++++- clangd/index/MemIndex.cpp | 9 +++++ clangd/index/MemIndex.h | 4 +++ clangd/index/Merge.cpp | 22 ++++++++++++ unittests/clangd/CodeCompleteTests.cpp | 3 ++ unittests/clangd/IndexTests.cpp | 65 +++++++++++++++++++++++++++++----- 8 files changed, 114 insertions(+), 10 deletions(-)