We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ddc1e commit 67decd2Copy full SHA for 67decd2
1 file changed
features_c23.yaml
@@ -225,13 +225,13 @@ features:
225
content: c-empty-init.md
226
support:
227
- GCC 13
228
- - Clang (partial)
+ - Clang 17
229
- Xcode (partial)
230
hints:
231
- target: GCC 13
232
msg: "Partially supported as an extension before."
233
- - target: Clang
234
- msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)."
+ - target: Clang 17
+ msg: "Supported as an extension before without support for scalars and variable-length arrays (VLAs)."
235
- target: Xcode
236
msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)."
237
- desc: "`typeof` and `typeof_unqual`"
0 commit comments