Author: Michael Buch Date: 2025-03-11T09:03:28Z New Revision: 976e41302411e511ab0e99922288185b5939bf54
URL: https://github.com/llvm/llvm-project/commit/976e41302411e511ab0e99922288185b5939bf54 DIFF: https://github.com/llvm/llvm-project/commit/976e41302411e511ab0e99922288185b5939bf54.diff LOG: [lldb][Mangled][NFC] Clean up member variable doxygen comments Added: Modified: lldb/include/lldb/Core/Mangled.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Core/Mangled.h b/lldb/include/lldb/Core/Mangled.h index 165e67838e84b..9ca28917ccffa 100644 --- a/lldb/include/lldb/Core/Mangled.h +++ b/lldb/include/lldb/Core/Mangled.h @@ -276,10 +276,12 @@ class Mangled { void Encode(DataEncoder &encoder, ConstStringTable &strtab) const; private: - /// Mangled member variables. - ConstString m_mangled; ///< The mangled version of the name - mutable ConstString m_demangled; ///< Mutable so we can get it on demand with - ///a const version of this object + ///< The mangled version of the name. + ConstString m_mangled; + + ///< Mutable so we can get it on demand with + ///< a const version of this object. + mutable ConstString m_demangled; }; Stream &operator<<(Stream &s, const Mangled &obj); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits