[Lldb-commits] [PATCH] D145569: [lldb][InstrumentationRuntime] Make 'data' struct anonymous in order to avoid collisions with types in the debuggee
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 8 03:49:22 PST 2023
Michael137 added a comment.
Not sure there's a test to be added here.
Of course I could add a dummy data type to the API tests called `struct data {};` and confirm that it doesn't crash (I did this manually locally), but it doesn't seem like something that would catch regressions in the future. But if people want I can add them in
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145569/new/
https://reviews.llvm.org/D145569
More information about the lldb-commits
mailing list