We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488a62f commit a233a49Copy full SHA for a233a49
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -2878,8 +2878,8 @@ void DWARFASTParserClang::ParseSingleMember(
2878
attrs.accessibility = eAccessNone;
2879
2880
// Handle static members, which are typically members without
2881
- // locations. However, GCC *never* emits DW_AT_data_member_location
2882
- // for static data members of unions.
+ // locations. However, GCC doesn't emit DW_AT_data_member_location
+ // for any union members (regardless of linkage).
2883
// Non-normative text pre-DWARFv5 recommends marking static
2884
// data members with an DW_AT_external flag. Clang emits this consistently
2885
// whereas GCC emits it only for static data members if not part of an
0 commit comments