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 310148a9 [clang-tidy] Address post-commit comments new b3fe4498 [clangd] Support relatedInformation in diagnostics.
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 | 2 + clangd/Diagnostics.cpp | 110 ++++++++++++++++++++-------------- clangd/Diagnostics.h | 8 +++ clangd/Protocol.cpp | 11 ++++ clangd/Protocol.h | 20 +++++++ test/clangd/diagnostics-notes.test | 48 +++++++++++++++ unittests/clangd/DiagnosticsTests.cpp | 83 +++++++++++++++++-------- 7 files changed, 213 insertions(+), 69 deletions(-) create mode 100644 test/clangd/diagnostics-notes.test