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 af32f846 [clang-tidy] SuspiciousEnumUsageCheck bugfix new 4b06c246 [clangd] Add support for snippet completions
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/ClangdLSPServer.cpp | 4 +- clangd/ClangdLSPServer.h | 1 + clangd/ClangdServer.cpp | 13 +- clangd/ClangdServer.h | 5 + clangd/ClangdUnit.cpp | 281 ++++++++++++++++++--- clangd/ClangdUnit.h | 3 +- clangd/Protocol.cpp | 4 +- clangd/clients/clangd-vscode/package.json | 6 +- clangd/clients/clangd-vscode/src/extension.ts | 2 +- clangd/tool/ClangdMain.cpp | 9 +- test/clangd/authority-less-uri.test | 4 +- .../{completion.test => completion-snippet.test} | 28 +- test/clangd/completion.test | 26 +- test/clangd/protocol.test | 6 +- unittests/clangd/ClangdTests.cpp | 21 +- 15 files changed, 316 insertions(+), 97 deletions(-) copy test/clangd/{completion.test => completion-snippet.test} (75%)