[Lldb-commits] [lldb] [lldb] Fix dynamic type resolution for types parsed from declarations (PR #137974)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 2 05:20:10 PDT 2025


labath wrote:

> On the topic of ClangASTMetadata. Another thing I noticed a while ago that we might want to fix is that when we import decls from an origin, we don't copy over the metadata into the target typesystem. I forget why exactly that was causing issues, but at the very least it probably means we're recomputing some properties

I don't know what to say about that. In the cases I was looking at at least, the type was completed by the expression command anyway, so dynamic type resolution already worked on those types. 

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


More information about the lldb-commits mailing list