You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features_c2y.yaml
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ features:
13
13
support:
14
14
- GCC ?
15
15
- Clang (partial)
16
-
- Xcode ?
16
+
- Xcode 16.3 (partial)
17
17
hints:
18
18
- target: Clang
19
19
msg: "Clang does not document the implementation-defined behavior for decay of an array with the register storage class specifier. Clang does not diagnose an extern inline function with no definition in the TU. Clang accepts and rejects redeclarations with/without an alignment specifier, depending on the order of the declarations."
20
+
- target: Xcode 16.3
21
+
msg: "See hint for Clang."
20
22
21
23
- desc: "Accessing byte arrays"
22
24
paper: N3254
@@ -53,12 +55,14 @@ features:
53
55
support:
54
56
- GCC
55
57
- Clang
56
-
- Xcode ?
58
+
- Xcode
57
59
hints:
58
60
- target: GCC
59
61
msg: "GCC has never supported imaginary types."
60
62
- target: Clang
61
63
msg: "Clang has never supported imaginary types."
64
+
- target: Xcode
65
+
msg: "Apple Clang has never supported imaginary types."
62
66
63
67
- desc: "Floating-point exceptions for macro replacements"
64
68
paper: N3286
@@ -125,7 +129,7 @@ features:
125
129
support:
126
130
- Clang
127
131
- GCC
128
-
- Xcode ?
132
+
- Xcode 16.3
129
133
130
134
- desc: "Slay Some Earthly Demons IX"
131
135
paper: N3347
@@ -145,7 +149,7 @@ features:
145
149
support:
146
150
- GCC 15
147
151
- Clang 21
148
-
- Xcode ?
152
+
- Xcode 26.4
149
153
150
154
- desc: "Named loops"
151
155
paper: N3355
@@ -189,6 +193,7 @@ features:
189
193
support:
190
194
- GCC 16
191
195
- Clang 21
196
+
- Xcode 26.4
192
197
193
198
- desc: "Restartable Functions for Efficient Character Conversions"
194
199
paper: N3366
@@ -219,6 +224,7 @@ features:
219
224
paper: N3409
220
225
support:
221
226
- Clang 21
227
+
- Xcode 26.4
222
228
223
229
- desc: "Slay Some Earthly Demons XI"
224
230
paper: N3410
@@ -237,6 +243,11 @@ features:
237
243
- desc: "Const integer declarations as implicit `constexpr`"
238
244
paper: N3443
239
245
content: c-const-constexpr.md
246
+
support:
247
+
- Xcode 16.3 (partial)
248
+
hints:
249
+
- target: Xcode 16.3
250
+
msg: "Constant folding of const integers works via a GNU extension, not native C2y constexpr semantics. Issues a `-Wgnu-folding-constant` warning under `-pedantic`."
0 commit comments