Skip to content

Commit 6f8fa37

Browse files
committed
Update Xcode support for C23
1 parent ce2d84d commit 6f8fa37

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

features_c23.yaml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ features:
66
- GCC 9
77
- Clang 9
88
- MSVC
9-
- Xcode ?
9+
- Xcode 11.4
1010
- desc: "`[[nodiscard]]`"
1111
paper: N2267
1212
support:
1313
- GCC 10
1414
- Clang 9
15-
- Xcode ?
15+
- Xcode 11.4
1616
- desc: "`[[maybe_unused]]`"
1717
paper: N2270
1818
support:
1919
- GCC 10
2020
- Clang 9
21-
- Xcode ?
21+
- Xcode 11.4
2222
- desc: "`[[deprecated]]`"
2323
paper: N2334
2424
support:
2525
- GCC 10
2626
- Clang 9
27-
- Xcode ?
27+
- Xcode 11.4
2828
- desc: "[Attributes](https://en.cppreference.com/w/c/language/attributes.html)"
2929
paper:
3030
- N2335
@@ -33,7 +33,7 @@ features:
3333
support:
3434
- GCC 10
3535
- Clang 9
36-
- Xcode ?
36+
- Xcode 11.4
3737
- desc: "IEEE 754 decimal floating-point types"
3838
paper: N2341
3939
support:
@@ -44,7 +44,7 @@ features:
4444
support:
4545
- GCC 10
4646
- Clang 9
47-
- Xcode ?
47+
- Xcode 11.4
4848
- desc: "[u8 character constants](https://en.cppreference.com/w/c/language/character_constant.html)"
4949
paper: N2418
5050
support:
@@ -89,7 +89,8 @@ features:
8989
- Clang 2.9 (hint)
9090
- Clang 9
9191
- MSVC 14.0 (hint)
92-
- Xcode ?
92+
- Xcode (hint)
93+
- Xcode 11.4
9394
- owcc
9495
- TinyCC
9596
hints:
@@ -99,18 +100,20 @@ features:
99100
msg: "Supported as an extension."
100101
- target: MSVC 14.0
101102
msg: "Supported as an extension."
103+
- target: Xcode
104+
msg: "Supported as an extension."
102105
- desc: "[__has_c_attribute](https://en.cppreference.com/w/c/language/attributes.html#Attribute_testing) in preprocessor conditionals"
103106
paper: N2553
104107
support:
105108
- GCC 11
106109
- Clang 9
107-
- Xcode ?
110+
- Xcode 11.4
108111
- desc: "Allow duplicate attributes"
109112
paper: N2557
110113
support:
111114
- GCC 11
112115
- Clang 13
113-
- Xcode ?
116+
- Xcode 11.4
114117
- desc: "IEEE 754 interchange and extended types"
115118
paper: N2601
116119
support:
@@ -137,7 +140,7 @@ features:
137140
- GCC 12
138141
- Clang 13
139142
- MSVC 14.0 (hint)
140-
- Xcode ?
143+
- Xcode 13.4
141144
hints:
142145
- target: MSVC 14.0
143146
msg: "Supported as an extension."
@@ -203,7 +206,7 @@ features:
203206
- GCC 5
204207
- Clang
205208
- MSVC 14.11
206-
- Xcode ?
209+
- Xcode
207210
- TinyCC
208211
- desc: "Identifier Syntax using Unicode Standard Annex 31"
209212
paper: N2836

0 commit comments

Comments
 (0)