[Lldb-commits] [PATCH] D114668: [lldb] Move generic DWARFASTParser code out of Clang-specific code
Luís Ferreira via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 28 14:43:37 PST 2021
ljmf00 added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp:77
+ default:
+ case DW_AT_abstract_origin:
+ case DW_AT_accessibility:
----------------
Why we are including just these specific attributes? Maybe we should add a comment explaining it. According to the DWARF standard, any attribute is eligible for any tag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114668/new/
https://reviews.llvm.org/D114668
More information about the lldb-commits
mailing list