[Lldb-commits] [lldb] [lldb][progress] Add discrete boolean flag to progress reports (PR #69516)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 5 15:09:44 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
----------------
jasonmolenda wrote:
Normally these start with `@param [in] variable_name`, and then on the next line the description starts. I see @clayborg wrote the current header in this style, maybe it was a clang-format artifact? Or possibly the preferred style has shifted while I wasn't paying attention.
https://github.com/llvm/llvm-project/pull/69516
More information about the lldb-commits
mailing list