================
@@ -257,8 +257,8 @@ enum StopReason {
};
/// Command Return Status Types.
-enum ReturnStatus {
- eReturnStatusInvalid,
+enum ReturnStatus : int {
----------------
labath wrote:
How does this relate to the rest of the patch?
https://github.com/llvm/llvm-project/pull/98528