================
@@ -149,6 +156,9 @@ class Progress {
 
   /// The "completed" value of the last reported event.
   std::optional<uint64_t> m_prev_completed;
+
+  /// The origin of this progress event.
+  ProgressOrigin m_origin;
----------------
JDevlieghere wrote:

Pavel const'ified the things that cannot change, so we should mark this as 
`const` and move it up (before or after ProgressData) so these const members 
are grouped together. 

https://github.com/llvm/llvm-project/pull/120171
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to