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 176c5280 [clangd] Replace homegrown make_scope_exit with one from ADT new ae22fae0 [clangd] Add ClangdUnit diagnostics tests using annotated code.
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/Protocol.cpp | 28 ++++++++ clangd/Protocol.h | 2 + test/clangd/diagnostics-preamble.test | 22 ------ unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/ClangdUnitTests.cpp | 130 ++++++++++++++++++++++++++++++++++ 5 files changed, 161 insertions(+), 22 deletions(-) delete mode 100644 test/clangd/diagnostics-preamble.test create mode 100644 unittests/clangd/ClangdUnitTests.cpp