================
@@ -55,6 +56,10 @@ namespace lldb_private {
class Progress {
public:
+ enum {
+ eProgressLinearReports,
----------------
medismailben wrote:
Please comment what each enum value means
https://github.com/llvm/llvm-project/pull/81026