[PATCH] D42919: [clangd] Support simpler JSON-RPC stream parsing for lit tests.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 02:49:23 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324333: [clangd] Support simpler JSON-RPC stream parsing for lit tests. (authored by sammccall, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D42919

Files:
  clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp
  clang-tools-extra/trunk/clangd/ClangdLSPServer.h
  clang-tools-extra/trunk/clangd/JSONRPCDispatcher.cpp
  clang-tools-extra/trunk/clangd/JSONRPCDispatcher.h
  clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp
  clang-tools-extra/trunk/test/clangd/completion.test
  clang-tools-extra/trunk/test/clangd/crash-non-added-files.test
  clang-tools-extra/trunk/test/clangd/diagnostics.test
  clang-tools-extra/trunk/test/clangd/execute-command.test
  clang-tools-extra/trunk/test/clangd/extra-flags.test
  clang-tools-extra/trunk/test/clangd/fixits.test
  clang-tools-extra/trunk/test/clangd/formatting.test
  clang-tools-extra/trunk/test/clangd/initialize-params-invalid.test
  clang-tools-extra/trunk/test/clangd/initialize-params.test
  clang-tools-extra/trunk/test/clangd/rename.test
  clang-tools-extra/trunk/test/clangd/shutdown-with-exit.test
  clang-tools-extra/trunk/test/clangd/shutdown-without-exit.test
  clang-tools-extra/trunk/test/clangd/signature-help.test
  clang-tools-extra/trunk/test/clangd/test-uri-posix.test
  clang-tools-extra/trunk/test/clangd/test-uri-windows.test
  clang-tools-extra/trunk/test/clangd/trace.test
  clang-tools-extra/trunk/test/clangd/unsupported-method.test
  clang-tools-extra/trunk/test/clangd/xrefs.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42919.132961.patch
Type: text/x-patch
Size: 108862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180206/08034fce/attachment.bin>


More information about the llvm-commits mailing list