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 b926bfd0 [clangd] Optimize "don't include me" check. new fe8fb5d0 [clangd] Query index in code completion no-compile mode.
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 | 48 +++++--- clangd/SourceCode.cpp | 199 ++++++++++++++++++++++++++++++++- clangd/SourceCode.h | 23 ++++ unittests/clangd/CodeCompleteTests.cpp | 66 +++++++++++ unittests/clangd/SourceCodeTests.cpp | 68 +++++++++++ 5 files changed, 385 insertions(+), 19 deletions(-)