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 71c30758 [clangd] Remove LSP command-based #include insertion. new 338ba99c [clangd] Populate #include insertions as additional edits in [...]
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/ClangdServer.cpp | 1 + clangd/CodeComplete.cpp | 101 ++++++++++++++-- clangd/CodeComplete.h | 2 + clangd/Headers.cpp | 94 ++++++--------- clangd/Headers.h | 51 ++++++-- clangd/Protocol.h | 3 + unittests/clangd/CodeCompleteTests.cpp | 68 +++++++++-- unittests/clangd/HeadersTests.cpp | 210 ++++++++++++++++++++++++++------- 8 files changed, 403 insertions(+), 127 deletions(-)