[Lldb-commits] [lldb] [LLDB] Fix GetIndexOfChildMemberWithName to handle anonymous structs. (PR #138487)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue May 6 03:04:44 PDT 2025
================
@@ -0,0 +1,33 @@
+int main(int argc, char** argv) {
----------------
Michael137 wrote:
Can we add a test that involves empty base classes?
https://github.com/llvm/llvm-project/pull/138487
More information about the lldb-commits
mailing list