[PATCH] D53286: [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 16 09:34:19 PDT 2018


ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clangd/JSONRPCDispatcher.h:70
   /// A handler responds to requests for a particular method name.
+  /// It returns true if the server should now shut down.
   ///
----------------
s/true/false/


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53286





More information about the cfe-commits mailing list