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 74a4acf1 [clangd] clang-format everything. NFC new a059ba7e [clangd] Check preceding char when completion triggers on ':' or '>' new e2eae94f [clangd] Always try to build absolute path
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/ClangdLSPServer.cpp | 50 ++++++++++++++- clangd/ClangdLSPServer.h | 9 ++- clangd/Protocol.cpp | 23 +++++++ clangd/Protocol.h | 25 ++++++++ clangd/SourceCode.cpp | 9 +-- test/clangd/completion-auto-trigger.test | 106 +++++++++++++++++++++++++++++++ 6 files changed, 211 insertions(+), 11 deletions(-) create mode 100644 test/clangd/completion-auto-trigger.test