[clang] [libcxx] Proxy ref (PR #125719)

2025-02-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: LoS (2LoS) Changes Fixed `Reference`'s copy and move assignment operators --- Patch is 36.65 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/125719.diff 10 Files Affected: - (renamed) clang/

[clang] [libcxx] Proxy ref (PR #125719)

2025-02-04 Thread via cfe-commits
https://github.com/2LoS closed https://github.com/llvm/llvm-project/pull/125719 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libcxx] Proxy ref (PR #125719)

2025-02-04 Thread via cfe-commits
https://github.com/2LoS created https://github.com/llvm/llvm-project/pull/125719 Fixed `Reference`'s copy and move assignment operators >From 3109461716e5e78b23bea7a2eb6aac3d34348612 Mon Sep 17 00:00:00 2001 From: LoS Date: Mon, 13 Jan 2025 11:21:46 +0100 Subject: [PATCH 1/3] Fixed some warn-ov