[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 5 15:31:31 PST 2023
================
@@ -63,13 +68,30 @@ class Progress {
///
/// @param [in] title The title of this progress activity.
///
- /// @param [in] total The total units of work to be done if specified, if
- /// set to UINT64_MAX then an indeterminate progress indicator should be
+ /// @param [in] report_type Enum value indicating how the progress is being
----------------
chelcassanova wrote:
I've clang-formatted these files and that didn't change this comment style so I guess clang-format is just going with was already here, strange 🤔
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list