2LoS wrote: @mordante , the patch fixes the implementation of some copy and move assignment operators for the Reference class: they assigned pointers-to-object; now, they assign the objects themselves. https://github.com/llvm/llvm-project/pull/125723