[Lldb-commits] [lldb] [LLDB][NativePDB] Allow type lookup in namespaces (PR #149876)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 29 09:38:55 PDT 2025
================
@@ -2291,6 +2298,8 @@ void SymbolFileNativePDB::BuildParentMap() {
TypeIndex fwd = full_to_forward[full];
m_parent_types[fwd] = m_parent_types[full];
}
+
+ m_type_base_names.Sort();
----------------
Michael137 wrote:
Can we move this up to just after we appended to the map? And comment why we do this?
https://github.com/llvm/llvm-project/pull/149876
More information about the lldb-commits
mailing list