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 81a5eb03 [clangd] Expose offset <-> LSP position functions, and fix bugs new a50f7cf4 [clangd] Index-based code completion.
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 | 197 +++++++++++++++++++++++++++++---- clangd/CodeComplete.h | 8 ++ clangd/index/FileIndex.cpp | 4 +- clangd/index/FileIndex.h | 4 +- clangd/index/Index.h | 2 +- clangd/index/MemIndex.cpp | 2 +- clangd/index/MemIndex.h | 2 +- unittests/clangd/CodeCompleteTests.cpp | 101 +++++++++++++++++ unittests/clangd/IndexTests.cpp | 9 +- 9 files changed, 297 insertions(+), 32 deletions(-)