================
@@ -585,6 +585,13 @@ void BaseReport::PrintAddressDescription() const {
untagged_addr - heap.begin, d.Default());
}
+ auto announce_by_id = [](u32 thread_id) {
----------------
vitalybuka wrote:
we used it twice
so either repeat or indirection
https://github.com/llvm/llvm-project/pull/66682