[Lldb-commits] [lldb] [lldb][Expression] Avoid creating ValueObjectSyntheticFilter for incomplete C++ types in ObjC++ targets (PR #153454)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 13 16:45:20 PDT 2025
https://github.com/jimingham requested changes to this pull request.
At the site where you are fixing this, this is a workaround of a workaround, so I don't so much mind that.
But you shouldn't be mentioning a specific language in a TypeSystem method, so I don't like the IsCXXClassType. IsClassTypeForLanguage would be okay, but not IsCXXClassType.
https://github.com/llvm/llvm-project/pull/153454
More information about the lldb-commits
mailing list