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 2801fd3c [clangd] Expose qualified symbol names in CompletionItem (C++ [...] new df85dd1c [clangd] More precise representation of symbol names/labels i [...]
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/CodeComplete.cpp | 29 ++-- clangd/CodeCompletionStrings.cpp | 179 ++++++++++-------------- clangd/CodeCompletionStrings.h | 18 +-- clangd/index/Index.cpp | 7 +- clangd/index/Index.h | 27 ++-- clangd/index/Merge.cpp | 14 +- clangd/index/SymbolCollector.cpp | 20 +-- clangd/index/SymbolYAML.cpp | 9 +- unittests/clangd/CodeCompleteTests.cpp | 3 - unittests/clangd/CodeCompletionStringsTests.cpp | 65 +++------ unittests/clangd/FileIndexTests.cpp | 11 +- unittests/clangd/IndexTests.cpp | 22 +-- unittests/clangd/SymbolCollectorTests.cpp | 59 ++++---- 13 files changed, 199 insertions(+), 264 deletions(-)