================ @@ -427,6 +436,9 @@ class BaseReport { bool is_allocated = false; }; + void CopyShadow(); ---------------- fmayer wrote: Should we do the same as with `CopyAllocations`, i.e. return and assign? https://github.com/llvm/llvm-project/pull/66682