Author: Adrian Prantl Date: 2024-08-26T10:05:30-07:00 New Revision: bbf2781bc49aee4d7ee8ec40dcf7316db360c454
URL: https://github.com/llvm/llvm-project/commit/bbf2781bc49aee4d7ee8ec40dcf7316db360c454 DIFF: https://github.com/llvm/llvm-project/commit/bbf2781bc49aee4d7ee8ec40dcf7316db360c454.diff LOG: [lldb] Reformat comment (NFC) Added: Modified: lldb/include/lldb/Utility/Status.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Utility/Status.h b/lldb/include/lldb/Utility/Status.h index fa5768141fa45d..a80ebe89e562dd 100644 --- a/lldb/include/lldb/Utility/Status.h +++ b/lldb/include/lldb/Utility/Status.h @@ -181,11 +181,12 @@ class Status { bool Success() const; protected: - /// Member variables - ValueType m_code = 0; ///< Status code as an integer value. - lldb::ErrorType m_type = - lldb::eErrorTypeInvalid; ///< The type of the above error code. - mutable std::string m_string; ///< A string representation of the error code. + /// Status code as an integer value. + ValueType m_code = 0; + /// The type of the above error code. + lldb::ErrorType m_type = lldb::eErrorTypeInvalid; + /// A string representation of the error code. + mutable std::string m_string; private: explicit Status(const llvm::formatv_object_base &payload) { SetErrorToGenericError(); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits