[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 29 12:26:13 PST 2023


================
@@ -55,6 +55,11 @@ namespace lldb_private {
 
 class Progress {
 public:
+  /// Enum that indicates the type of progress report
+  enum ProgressReportType {
----------------
medismailben wrote:

`enum class` ?

https://github.com/llvm/llvm-project/pull/69516


More information about the lldb-commits mailing list