[PATCH] D65914: [Dwarf] DW_TAG_unspecified_type is a type tag.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 10:33:24 PDT 2019
probinson added a comment.
In D65914#1621248 <https://reviews.llvm.org/D65914#1621248>, @aprantl wrote:
> FYI. You can derive the complete list by scanning for DW_AT_type in DWARF 5 Appendix A, Table A.1.
? not really. Any tag that is a type qualifier will have DW_AT_type, but also anything else that simply has a type (DW_TAG_constant, etc).
I do think that the regex DW_TAG_*_type will find all of them.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65914/new/
https://reviews.llvm.org/D65914
More information about the llvm-commits
mailing list