From 74ce4970ef0c1aa4a958eb2272b2f1b3c2b37766 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Tue, 31 Mar 2026 10:53:14 +0200 Subject: [PATCH 1/2] C2Y: member access clarification Every compiler does this anyway https://godbolt.org/z/o1zqcrddG Signed-off-by: Martin Uecker --- features_c2y.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_c2y.yaml b/features_c2y.yaml index 47c73c9..552da09 100644 --- a/features_c2y.yaml +++ b/features_c2y.yaml @@ -310,6 +310,7 @@ features: - desc: "Member access of an incomplete object" paper: N3532 support: + - GCC - Clang - Xcode 16.4 From 086ae09da1100bd7e16988c1381bbf8c9e20e142 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Tue, 31 Mar 2026 11:30:05 +0200 Subject: [PATCH 2/2] Add MSVC and remove version from Xcode Signed-off-by: Martin Uecker --- features_c2y.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features_c2y.yaml b/features_c2y.yaml index 552da09..b2d6eb1 100644 --- a/features_c2y.yaml +++ b/features_c2y.yaml @@ -311,8 +311,9 @@ features: paper: N3532 support: - GCC + - MSVC - Clang - - Xcode 16.4 + - Xcode - desc: "Chasing Ghosts I: constant expressions" paper: N3558