================
@@ -30,6 +30,7 @@ class RequestHandler {
 
   virtual void operator()(const llvm::json::Object &request) = 0;
----------------
ashgti wrote:

Should we also mark this `const`? I don't think any of the request handlers are 
using any state at the moment.

https://github.com/llvm/llvm-project/pull/128553
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to