================
@@ -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 [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
