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 39811526 Adding some documentation changes that were missed in r336301. new f12ca716 [clangd] Track origins of symbols (various indexes, Sema).
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/CodeComplete.cpp | 26 +++++++++++++--------- clangd/CodeComplete.h | 4 ++++ .../GlobalSymbolBuilderMain.cpp | 1 + clangd/index/FileIndex.cpp | 1 + clangd/index/Index.cpp | 10 +++++++++ clangd/index/Index.h | 15 +++++++++++++ clangd/index/Merge.cpp | 3 +++ clangd/index/SymbolCollector.cpp | 1 + clangd/index/SymbolCollector.h | 2 ++ clangd/tool/ClangdMain.cpp | 7 ++++++ unittests/clangd/CodeCompleteTests.cpp | 17 +++++++++++--- unittests/clangd/IndexTests.cpp | 4 ++++ unittests/clangd/SymbolCollectorTests.cpp | 7 ++++++ 13 files changed, 85 insertions(+), 13 deletions(-)