[clang] [Sema] Note member decl when initializer list default constructs member (PR #121854)

2025-01-06 Thread Brian Foley via cfe-commits
https://github.com/bpfoley created https://github.com/llvm/llvm-project/pull/121854 Recently I had a scenario where I had: 1. A class C with many members m_1...m_n of the same type T 2. T's default constructor was deleted 3. I accidentally omitted an explicitly constructed member in the initiali

[clang] [Sema] Note member decl when initializer list default constructs member (PR #121854)

2025-02-03 Thread Brian Foley via cfe-commits
https://github.com/bpfoley updated https://github.com/llvm/llvm-project/pull/121854 >From cfb44094c4438514148c7def5cb536da472b8060 Mon Sep 17 00:00:00 2001 From: Brian Foley Date: Thu, 5 Dec 2024 14:35:25 -0800 Subject: [PATCH] [Sema] Note member decl when initializer list default constructs m

[clang] [Sema] Note member decl when initializer list default constructs member (PR #121854)

2025-02-03 Thread Brian Foley via cfe-commits
bpfoley wrote: Could you please merge this for me? I don't have merge permissions. https://github.com/llvm/llvm-project/pull/121854 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Sema] Note member decl when initializer list default constructs member (PR #121854)

2025-01-13 Thread Brian Foley via cfe-commits
https://github.com/bpfoley updated https://github.com/llvm/llvm-project/pull/121854 >From 10acf5fd8346d872e5f3110c03cea944f9062375 Mon Sep 17 00:00:00 2001 From: Brian Foley Date: Thu, 5 Dec 2024 14:35:25 -0800 Subject: [PATCH] [Sema] Note member decl when initializer list default constructs m

[clang] [Sema] Note member decl when initializer list default constructs member (PR #121854)

2025-01-13 Thread Brian Foley via cfe-commits
https://github.com/bpfoley updated https://github.com/llvm/llvm-project/pull/121854 >From 72ffbe4ef6b4f8fe6fa31fef7fd3f5c961495c9f Mon Sep 17 00:00:00 2001 From: Brian Foley Date: Thu, 5 Dec 2024 14:35:25 -0800 Subject: [PATCH] [Sema] Note member decl when initializer list default constructs m