ilya-biryukov planned changes to this revision.
ilya-biryukov added inline comments.


================
Comment at: clangd/JSONRPCDispatcher.h:80
+  // Ctx must be before Tracer!
   Context Ctx;
   JSONOutput &Out;
----------------
This is still wrong, `Context` is used by `Tracer` internally and should not be 
moved.


https://reviews.llvm.org/D40488



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

Reply via email to