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 7b2da74b Use ExprMutationAnalyzer in performance-for-range-copy new e94752b0 [clangd] Upgrade logging facilities with levels and formatv.
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 | 2 +- clangd/ClangdServer.cpp | 6 ++-- clangd/ClangdUnit.cpp | 18 +++++----- clangd/CodeComplete.cpp | 47 ++++++++++++-------------- clangd/Compiler.cpp | 2 +- clangd/Diagnostics.cpp | 2 +- clangd/FileDistance.cpp | 18 ++++------ clangd/FindSymbols.cpp | 20 +++++------ clangd/GlobalCompilationDatabase.cpp | 2 +- clangd/JSONRPCDispatcher.cpp | 43 +++++++++++++----------- clangd/JSONRPCDispatcher.h | 9 +++-- clangd/Logger.cpp | 13 ++++++-- clangd/Logger.h | 65 ++++++++++++++++++++++++++++++++---- clangd/Protocol.cpp | 7 ++-- clangd/ProtocolHandlers.cpp | 2 +- clangd/SourceCode.cpp | 2 +- clangd/TUScheduler.cpp | 10 +++--- clangd/XRefs.cpp | 4 +-- clangd/index/SymbolCollector.cpp | 5 ++- clangd/tool/ClangdMain.cpp | 10 +++++- 20 files changed, 177 insertions(+), 110 deletions(-)