[Lldb-commits] [lldb] [LLDB][NativePDB] Allow type lookup in namespaces (PR #149876)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 23 03:46:32 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:
Why do we need this sort?
https://github.com/llvm/llvm-project/pull/149876
More information about the lldb-commits
mailing list