[Lldb-commits] [lldb] [lldb] Fix dynamic type resolution for types parsed from declarations (PR #137974)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 30 08:36:23 PDT 2025
https://github.com/Michael137 approved this pull request.
Makes sense!
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 was causing us to recompute some properties
https://github.com/llvm/llvm-project/pull/137974
More information about the lldb-commits
mailing list