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 518d3b52 [clangd] Remove the const specifier of the takeSymbol method new d4035d3d [clangd] Implemented logging using Context new 4f93f1b1 [clangd] clang-format the source code. NFC
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 | 114 ++++++++++++------------ clangd/ClangdServer.cpp | 142 +++++++++++++++--------------- clangd/ClangdServer.h | 48 +++++----- clangd/ClangdUnit.cpp | 59 ++++++------- clangd/ClangdUnit.h | 24 +++-- clangd/ClangdUnitStore.cpp | 10 +-- clangd/ClangdUnitStore.h | 10 +-- clangd/CodeComplete.cpp | 38 ++++---- clangd/CodeComplete.h | 16 ++-- clangd/Function.h | 40 ++++++++- clangd/GlobalCompilationDatabase.cpp | 17 ++-- clangd/GlobalCompilationDatabase.h | 4 +- clangd/JSONRPCDispatcher.cpp | 126 ++++++++++++++++---------- clangd/JSONRPCDispatcher.h | 42 ++++----- clangd/Logger.cpp | 24 +++-- clangd/Logger.h | 21 +++-- clangd/ProtocolHandlers.cpp | 7 +- clangd/ProtocolHandlers.h | 3 +- clangd/index/Index.cpp | 17 ++-- clangd/index/Index.h | 8 +- clangd/index/SymbolCollector.cpp | 4 +- clangd/tool/ClangdMain.cpp | 2 + unittests/clangd/ClangdTests.cpp | 119 +++++++++++++------------ unittests/clangd/CodeCompleteTests.cpp | 22 ++--- unittests/clangd/SymbolCollectorTests.cpp | 8 +- 25 files changed, 500 insertions(+), 425 deletions(-)