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 4ac7fda5 [clangd] Fix Dex initialization new 1d52c034 [clangd] Add "Deprecated" field to Symbol and CodeCompletion.
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 | 5 +++++ clangd/CodeComplete.h | 3 +++ clangd/Protocol.cpp | 2 ++ clangd/Protocol.h | 3 +++ clangd/Quality.cpp | 5 ++--- clangd/index/Index.cpp | 11 +++++++++++ clangd/index/Index.h | 23 +++++++++++++++++++---- clangd/index/MemIndex.cpp | 3 ++- clangd/index/Merge.cpp | 1 + clangd/index/Serialization.cpp | 7 ++++--- clangd/index/SymbolCollector.cpp | 7 +++++-- clangd/index/SymbolYAML.cpp | 19 +++++++++++++++++-- unittests/clangd/CodeCompleteTests.cpp | 28 ++++++++++++++++++++++++---- unittests/clangd/QualityTests.cpp | 2 +- unittests/clangd/SerializationTests.cpp | 10 ++++++---- unittests/clangd/SymbolCollectorTests.cpp | 15 ++++++++++++++- 16 files changed, 119 insertions(+), 25 deletions(-)