Author: Michael Buch Date: 2025-02-06T19:12:26Z New Revision: c4d75b1e9b9c22577032ba68b7560481027b4b8a
URL: https://github.com/llvm/llvm-project/commit/c4d75b1e9b9c22577032ba68b7560481027b4b8a DIFF: https://github.com/llvm/llvm-project/commit/c4d75b1e9b9c22577032ba68b7560481027b4b8a.diff LOG: [lldb][DWARFASTParser][NFC] Fix doxygen comment Added: Modified: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h Removed: ################################################################################ diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h index d1eb2bcc2592ed5..36fb381d3e291db 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h @@ -564,10 +564,10 @@ struct ParsedDWARFTypeAttributes { uint32_t bit_stride = 0; uint32_t byte_stride = 0; uint32_t encoding = 0; - clang::RefQualifierKind ref_qual = - clang::RQ_None; ///< Indicates ref-qualifier of - ///< C++ member function if present. - ///< Is RQ_None otherwise. + + ///< Indicates ref-qualifier of C++ member function if present. + ///< Is RQ_None otherwise. + clang::RefQualifierKind ref_qual = clang::RQ_None; }; #endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits