[PATCH] D66352: Debug Info: Support for DW_AT_export_symbols for anonymous structs

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 16:24:46 PDT 2019


dblaikie added a comment.

The difference between those two cases would be based on their usage - the types are the same (kinda, basically). In one case there's an anonymous member of the anonymous type (so it's transparent/all the nested names are as-if they were names of members in the outer type) and in the other case there's a named variable of the anonymous type (so the named members are members of that outer member variable).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66352/new/

https://reviews.llvm.org/D66352





More information about the llvm-commits mailing list