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 15eea4e6 [clangd] auto-index stores symbols per-file instead of per-TU. new c6b29bed [clangd] Get rid of QueryScopes.empty() == AnyScope special case. new 651e2975 [clangd] Deduplicate query scopes.
The 2 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 | 14 ++++++-------- clangd/FindSymbols.cpp | 2 ++ clangd/index/Index.h | 3 --- clangd/index/MemIndex.cpp | 3 +-- clangd/index/dex/Dex.cpp | 2 +- unittests/clangd/CodeCompleteTests.cpp | 17 +++++++++++++++++ unittests/clangd/DexTests.cpp | 9 ++++++++- unittests/clangd/IndexTests.cpp | 4 ++++ unittests/clangd/SyncAPI.cpp | 1 + 9 files changed, 40 insertions(+), 15 deletions(-)