Files
clang-p2996/lldb/source
cmtice 92d3029fa4 [LLDB] Fix GetIndexOfChildMemberWithName to handle anonymous structs. (#138487)
When handling anonymous structs, GetIndexOfChildMemberWithName needs to
add the number of non-empty base classes to the child index, to get the
actual correct index. It was not doing so. This fixes that.
2025-05-07 20:39:37 -07:00
..