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 c718b837 [clangd] Ignore semicolons, whitespace, and comments in Selec [...] new 13a6edf1 [clangd] Duplicate lines of semantic highlightings sent removed.
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 | 19 ++- clangd/ClangdLSPServer.h | 8 +- clangd/ClangdServer.cpp | 11 +- clangd/ClangdServer.h | 5 +- clangd/SemanticHighlighting.cpp | 88 ++++++++++--- clangd/SemanticHighlighting.h | 28 +++- clangd/test/semantic-highlighting.test | 44 +++++++ clangd/unittests/SemanticHighlightingTests.cpp | 173 ++++++++++++++++++++++--- 8 files changed, 334 insertions(+), 42 deletions(-)