[PATCH] D38414: [clangd] simplify ClangdLSPServer by private-inheriting callback interfaces. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 10:21:51 PDT 2017


sammccall created this revision.

There doesn't seem to be any real separation between the current three objects.
Feel free to reject this if you find the current style valuable, though.

(Mostly I'm just looking around for cleanups to help me understand the code).


https://reviews.llvm.org/D38414

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38414.117178.patch
Type: text/x-patch
Size: 14630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170929/30baf6d4/attachment.bin>


More information about the cfe-commits mailing list