We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bca9e commit c4d75b1Copy full SHA for c4d75b1
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
@@ -564,10 +564,10 @@ struct ParsedDWARFTypeAttributes {
564
uint32_t bit_stride = 0;
565
uint32_t byte_stride = 0;
566
uint32_t encoding = 0;
567
- clang::RefQualifierKind ref_qual =
568
- clang::RQ_None; ///< Indicates ref-qualifier of
569
- ///< C++ member function if present.
570
- ///< Is RQ_None otherwise.
+
+ ///< Indicates ref-qualifier of C++ member function if present.
+ ///< Is RQ_None otherwise.
+ clang::RefQualifierKind ref_qual = clang::RQ_None;
571
};
572
573
#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H
0 commit comments