================
@@ -50,17 +56,88 @@ class TransportUnhandledContentsError
   std::string m_unhandled_contents;
 };
 
+class InvalidParams : public llvm::ErrorInfo<InvalidParams> {
----------------
JDevlieghere wrote:

This is the first file in the diff, so maybe its purpose will become clear 
later, but at this point it's unclear what this is supposed to be used for 
(other than representing invalid parameters). Can you add a Doxygen comment?

https://github.com/llvm/llvm-project/pull/159160
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to