[PATCH] D49389: [clangd] Transport abstraction WIP

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 16 11:29:07 PDT 2018


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

Ideas about abstracting JSON transport away to allow XPC and improve layering.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49389

Files:
  clangd/ClangdLSPServer.cpp
  clangd/ClangdLSPServer.h
  clangd/Protocol.h
  clangd/Transport.cpp
  clangd/Transport.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49389.155723.patch
Type: text/x-patch
Size: 19371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180716/a497e12f/attachment.bin>


More information about the cfe-commits mailing list