[Lldb-commits] [mlir] [libc] [llvm] [clang] [lldb] [NFC][ObjectSizeOffset] Use classes instead of std::pair (PR #76882)
Bill Wendling via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 3 17:46:40 PST 2024
bwendling wrote:
@jdoerfert I reworked the structs to use inheritance instead of template specialization. It should work better now and not duplicate so much.
https://github.com/llvm/llvm-project/pull/76882
More information about the lldb-commits
mailing list