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 60f35303 NFC: Enforce good formatting across multiple clang-tools-extra files new d86c3fe8 [clangd] add missing test from r339454 new 468e441b [clangd] add an extension field to LSP to transfer the diagno [...] new e95bf330 [clangd] update the new test to check for diagnostic's catego [...]
The 3 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 | 2 + clangd/Diagnostics.cpp | 4 ++ clangd/Diagnostics.h | 1 + clangd/Protocol.h | 6 ++ .../compile-commands-path-in-initialize.test | 2 + test/clangd/compile-commands-path.test | 3 + test/clangd/diagnostics.test | 1 + test/clangd/did-change-configuration-params.test | 1 + test/clangd/execute-command.test | 1 + test/clangd/extra-flags.test | 2 + test/clangd/fixits-embed-in-diagnostic.test | 67 ++++++++++++++++++++++ test/clangd/fixits.test | 1 + 12 files changed, 91 insertions(+) create mode 100644 test/clangd/fixits-embed-in-diagnostic.test