[mlir] [libc] [llvm] [clang] [lldb] [NFC][ObjectSizeOffset] Use classes instead of std::pair (PR #76882)

Bill Wendling via cfe-commits cfe-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 cfe-commits mailing list