krasimir accepted this revision.
krasimir added a comment.
This revision is now accepted and ready to land.

Looks good!



================
Comment at: clangd/ClangdLSPServer.h:33
+  /// each instance of ClangdLSPServer.
+  void run(std::istream &In);
 
----------------
ilya-biryukov wrote:
> krasimir wrote:
> > It seems strange to have the In here and the Out in the constructor.
> Didn't want to store unnecessary fields in the class, but we do need 
> JSONOutput &Out as a member, since there's consumeDiagnostics which uses it.
> Would you prefer std::istream &In to be moved into a constructor parameter 
> and stored as a field?
I get it now. It's OK as it is now!


https://reviews.llvm.org/D33201



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to