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 acb9a8da [clang-tidy] run() doesn't update the SourceManager. new 15eea4e6 [clangd] auto-index stores symbols per-file instead of per-TU.
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/Background.cpp | 180 ++++++++++++++++++++++++++++-- clangd/index/Background.h | 17 ++- clangd/index/FileIndex.cpp | 54 +++++++-- clangd/index/FileIndex.h | 12 +- clangd/index/SymbolCollector.cpp | 44 ++++++-- clangd/index/SymbolCollector.h | 9 ++ clangd/index/dex/Dex.h | 4 +- unittests/clangd/BackgroundIndexTests.cpp | 59 ++++++++-- unittests/clangd/DexTests.cpp | 9 -- unittests/clangd/FileIndexTests.cpp | 31 +++-- unittests/clangd/SyncAPI.cpp | 10 ++ unittests/clangd/SyncAPI.h | 1 + 12 files changed, 363 insertions(+), 67 deletions(-)