[Lldb-commits] [lldb] [lldb] Refactor away UB in SBValue::GetLoadAddress (PR #141799)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 29 03:27:07 PDT 2025


labath wrote:

Using a named struct now. I think it worked out pretty well. One thing you can't do (without additional goo) with this struct is to use `std::tie` to decompose it, but I think I managed to refactor stuff so that this is not needed.

https://github.com/llvm/llvm-project/pull/141799


More information about the lldb-commits mailing list