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 29c8c28b [clangd] Log memory usage of DexIndex and MemIndex new 052f22f5 [clangd] Speculative code completion index request before Sem [...] new 66cc5c29 [clangd] Implement LIMIT iterator
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/ClangdServer.cpp | 36 +++++++++-- clangd/ClangdServer.h | 7 +++ clangd/CodeComplete.cpp | 107 +++++++++++++++++++++++++++++---- clangd/CodeComplete.h | 43 ++++++++++++- clangd/TUScheduler.h | 13 ++++ clangd/index/Index.h | 9 +++ clangd/index/dex/DexIndex.cpp | 4 +- clangd/index/dex/Iterator.cpp | 81 ++++++++++++++++++------- clangd/index/dex/Iterator.h | 30 +++++---- clangd/tool/ClangdMain.cpp | 1 + unittests/clangd/CodeCompleteTests.cpp | 77 +++++++++++++++++++++++- unittests/clangd/DexIndexTests.cpp | 46 +++++++------- 12 files changed, 375 insertions(+), 79 deletions(-)