[Lldb-commits] [lldb] [LLDB][NativePDB] Allow type lookup in namespaces (PR #149876)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 29 08:37:23 PDT 2025


================
@@ -2203,9 +2207,13 @@ void SymbolFileNativePDB::BuildParentMap() {
     RecordIndices &indices = record_indices[tag.asTag().getUniqueName()];
     if (tag.asTag().isForwardRef())
----------------
labath wrote:

Add braces on both sides.

https://github.com/llvm/llvm-project/pull/149876


More information about the lldb-commits mailing list