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 87c04f56 Adds a clang-tidy test for a failing assertion in the misc-mi [...] new f3e73616 [clangd] Extract ClangdServer::Options struct. new eff7cf98 [clangd] Fix unintentionally loose fuzzy matching, and the te [...]
The 2 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 | 11 +--- clangd/ClangdLSPServer.h | 8 +-- clangd/ClangdServer.cpp | 34 ++++++----- clangd/ClangdServer.h | 70 +++++++++++----------- clangd/FuzzyMatch.cpp | 51 +++++++++++----- clangd/FuzzyMatch.h | 10 ++-- clangd/tool/ClangdMain.cpp | 33 +++++------ unittests/clangd/ClangdTests.cpp | 103 ++++++++++++--------------------- unittests/clangd/CodeCompleteTests.cpp | 30 ++++------ unittests/clangd/FuzzyMatchTests.cpp | 34 +++++++---- unittests/clangd/IndexTests.cpp | 28 ++++----- unittests/clangd/SyncAPI.cpp | 6 ++ unittests/clangd/SyncAPI.h | 3 + unittests/clangd/XRefsTests.cpp | 8 +-- 14 files changed, 209 insertions(+), 220 deletions(-)