[Lldb-commits] [lldb] [SymbolFileDWARF][NFC] Remove duplicated code checking for type tags (PR #74773)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 06:39:57 PST 2023
================
@@ -130,6 +130,10 @@ class PluginProperties : public Properties {
}
};
+bool IsTypeTag(llvm::dwarf::Tag Tag) {
----------------
felipepiovezan wrote:
In the interest of expediency, I've moved it out of the anonymous namespace and made it static
https://github.com/llvm/llvm-project/pull/74773
More information about the lldb-commits
mailing list