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 83c6dbf5 [clangd] Do not write comments into Preamble PCH new a99c852a [clangd] Remove JSON library in favor of llvm/Support/JSON new 4302316e [clangd] Mark "Document Symbols" as implemented in the docs
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/CMakeLists.txt | 1 - clangd/ClangdLSPServer.cpp | 41 +-- clangd/CodeComplete.cpp | 4 +- clangd/JSONExpr.cpp | 554 ----------------------------------- clangd/JSONExpr.h | 586 ------------------------------------- clangd/JSONRPCDispatcher.cpp | 48 +-- clangd/JSONRPCDispatcher.h | 12 +- clangd/Protocol.cpp | 182 ++++++------ clangd/Protocol.h | 124 ++++---- clangd/ProtocolHandlers.cpp | 3 +- clangd/Trace.cpp | 63 ++-- clangd/Trace.h | 8 +- docs/clangd.rst | 2 +- unittests/clangd/CMakeLists.txt | 1 - unittests/clangd/JSONExprTests.cpp | 293 ------------------- 15 files changed, 246 insertions(+), 1676 deletions(-) delete mode 100644 clangd/JSONExpr.cpp delete mode 100644 clangd/JSONExpr.h delete mode 100644 unittests/clangd/JSONExprTests.cpp