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 734bf474 [clangd] Fix a crash when clang-tidy is disabled new 1f515787 [clangd] Support offsets for parameters in signatureHelp
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 | 18 +++- clangd/ClangdLSPServer.h | 5 +- clangd/CodeComplete.cpp | 115 ++++++++++---------- clangd/Protocol.cpp | 18 +++- clangd/Protocol.h | 13 ++- ...-help.test => signature-help-with-offsets.test} | 27 ++++- clangd/unittests/CodeCompleteTests.cpp | 117 +++++++++++---------- 7 files changed, 188 insertions(+), 125 deletions(-) copy clangd/test/{signature-help.test => signature-help-with-offsets.test} (63%)