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 68a11ec0 [clangd] Fix data race in async fuzzyFind tests. new 8ee3adc8 [clangd] Implement proximity path boosting for Dex
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/FileDistance.h | 5 ++ clangd/URI.cpp | 20 +++++ clangd/URI.h | 5 ++ clangd/index/SymbolYAML.cpp | 3 +- clangd/index/SymbolYAML.h | 1 + clangd/index/dex/DexIndex.cpp | 154 +++++++++++++++++++++++++++++++------ clangd/index/dex/DexIndex.h | 40 ++++++---- clangd/index/dex/Token.h | 15 +++- clangd/tool/ClangdMain.cpp | 4 +- unittests/clangd/DexIndexTests.cpp | 96 +++++++++++++++++++---- 10 files changed, 283 insertions(+), 60 deletions(-)