================
@@ -13,12 +13,18 @@
 using namespace lldb_private::dwarf;
 using namespace lldb_private::plugin::dwarf;
 
+static bool IsStructOrClassTag(llvm::dwarf::Tag Tag) {
----------------
Michael137 wrote:

Ah yes in `SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext` we have the 
same kind of check. Maybe one could consolidate those in one API? But might not 
be worth the churn, so feel free to ignore

https://github.com/llvm/llvm-project/pull/93839
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to