Skip to content

Commit 0f658fe

Browse files
committed
Add missing qualifiers
1 parent f07cb0e commit 0f658fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserSwiftDescriptorFinder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DWARFASTParserSwift::ResolveTypeAlias(lldb_private::CompilerType alias) {
9898
std::string alias_name = ts.GetBaseName(alias.GetOpaqueQualType());
9999
for (DWARFDIE child_die : parent_die.children()) {
100100
auto tag = child_die.Tag();
101-
if (tag == DW_TAG_member)
101+
if (tag == llvm::dwarf::DW_TAG_member)
102102
continue;
103103
std::string base_name;
104104
const auto *name =

0 commit comments

Comments
 (0)