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 79d906b0 [clangd] Add static index for the global code completion. new 0f9181d7 [clangd] Add more filters for collected symbols.
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: .../GlobalSymbolBuilderMain.cpp | 5 +- clangd/index/FileIndex.cpp | 4 +- clangd/index/SymbolCollector.cpp | 45 ++++++++++--- clangd/index/SymbolCollector.h | 21 ++++-- unittests/clangd/FileIndexTests.cpp | 7 +- unittests/clangd/SymbolCollectorTests.cpp | 77 +++++++++++++++++++--- 6 files changed, 129 insertions(+), 30 deletions(-)