[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-04-05 Thread via cfe-commits
cor3ntin wrote: @offsetof CI got confused. Can you try to push an empty commit? Sorry about that https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cf

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-25 Thread via cfe-commits
https://github.com/cor3ntin updated https://github.com/llvm/llvm-project/pull/131320 >From 12a50619db5432d479f767724691c306aa289ce2 Mon Sep 17 00:00:00 2001 From: offsetof Date: Sun, 16 Mar 2025 09:59:44 + Subject: [PATCH] [clang] Refine handling of C++20 aggregate initialization * Move pa

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-25 Thread via cfe-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
https://github.com/offsetof updated https://github.com/llvm/llvm-project/pull/131320 >From 10cd7c2ed5dacb035ccf60cc8fcb5e157d83f3b0 Mon Sep 17 00:00:00 2001 From: offsetof Date: Sun, 16 Mar 2025 09:59:44 + Subject: [PATCH] [clang] Refine handling of C++20 aggregate initialization * Move pa

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
offsetof wrote: That would be great. Thank you! https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
cor3ntin wrote: @offsetof Will you need me to merge that for you? https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. Thanks! https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
offsetof wrote: Seems to be working now, I think. https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-18 Thread via cfe-commits
https://github.com/offsetof updated https://github.com/llvm/llvm-project/pull/131320 >From 12a50619db5432d479f767724691c306aa289ce2 Mon Sep 17 00:00:00 2001 From: offsetof Date: Sun, 16 Mar 2025 09:59:44 + Subject: [PATCH] [clang] Refine handling of C++20 aggregate initialization * Move pa

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-17 Thread via cfe-commits
https://github.com/offsetof updated https://github.com/llvm/llvm-project/pull/131320 >From 6840e3be5a8019acdc115160fc748306e8ce384a Mon Sep 17 00:00:00 2001 From: offsetof Date: Sun, 16 Mar 2025 09:59:44 + Subject: [PATCH 1/2] [clang] Refine handling of C++20 aggregate initialization * Mov

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-16 Thread via cfe-commits
https://github.com/offsetof updated https://github.com/llvm/llvm-project/pull/131320 >From 6840e3be5a8019acdc115160fc748306e8ce384a Mon Sep 17 00:00:00 2001 From: offsetof Date: Sun, 16 Mar 2025 09:59:44 + Subject: [PATCH] [clang] Refine handling of C++20 aggregate initialization * Move pa

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-16 Thread via cfe-commits
https://github.com/offsetof edited https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-16 Thread via cfe-commits
@@ -6714,7 +6714,8 @@ void InitializationSequence::InitializeFrom(Sema &S, OverloadCandidateSet::iterator Best; OverloadingResult OR = getFailedCandidateSet().BestViableFunction( S, Kind.getLocation(), Best); -if (OR != OverloadingResult::OR_

[clang] [clang] Refine handling of C++20 aggregate initialization (PR #131320)

2025-03-16 Thread via cfe-commits
https://github.com/offsetof edited https://github.com/llvm/llvm-project/pull/131320 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits