[PATCH] D49548: [clangd] XPC WIP

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 19 08:34:56 PDT 2018


jkorous created this revision.
jkorous added reviewers: sammccall, arphaman.
Herald added subscribers: cfe-commits, dexonsmith, MaskRay, ioeric, ilya-biryukov, mgorny.

Combined, rebased and modified original XPC patches.

- https://reviews.llvm.org/D48559 [clangd] refactoring for XPC transport layer [NFCI]
- https://reviews.llvm.org/D48560 [clangd] JSON <-> XPC conversions
- https://reviews.llvm.org/D48562 [clangd] XPC transport layer

- Rebased on TOT.
- Made changes according to review.

Couple of questions are still open in reviews of original patches and more importantly the discussion about transport abstraction just started:
https://reviews.llvm.org/D48559#1167340
https://reviews.llvm.org/D49389

I thought it would be useful to have current state of our original approach online as it will be foundation for our implementation anyway (implementing whatever interface we converge to).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49548

Files:
  CMakeLists.txt
  ClangdLSPServer.cpp
  ClangdLSPServer.h
  DispatcherCommon.cpp
  DispatcherCommon.h
  Features.inc.in
  JSONRPCDispatcher.cpp
  JSONRPCDispatcher.h
  LSPOutput.h
  ProtocolHandlers.cpp
  ProtocolHandlers.h
  clangd/CMakeLists.txt
  clangd/xpc/CMakeLists.txt
  clangd/xpc/ConversionTests.cpp
  clangd/xpc/initialize.test
  lit.cfg
  lit.site.cfg.in
  tool/CMakeLists.txt
  tool/ClangdMain.cpp
  xpc/CMakeLists.txt
  xpc/Conversion.cpp
  xpc/Conversion.h
  xpc/README.txt
  xpc/XPCDispatcher.cpp
  xpc/XPCDispatcher.h
  xpc/cmake/Info.plist.in
  xpc/cmake/XPCServiceInfo.plist.in
  xpc/cmake/modules/CreateClangdXPCFramework.cmake
  xpc/framework/CMakeLists.txt
  xpc/framework/ClangdXPC.cpp
  xpc/test-client/CMakeLists.txt
  xpc/test-client/ClangdXPCTestClient.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49548.156277.patch
Type: text/x-patch
Size: 70722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180719/8dad0cf6/attachment-0001.bin>


More information about the cfe-commits mailing list