Skip to content

Commit 67decd2

Browse files
committed
C23: Empty initializers are now fully supported by Clang.
1 parent 27ddc1e commit 67decd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features_c23.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@ features:
225225
content: c-empty-init.md
226226
support:
227227
- GCC 13
228-
- Clang (partial)
228+
- Clang 17
229229
- Xcode (partial)
230230
hints:
231231
- target: GCC 13
232232
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)."
233+
- target: Clang 17
234+
msg: "Supported as an extension before without support for scalars and variable-length arrays (VLAs)."
235235
- target: Xcode
236236
msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)."
237237
- desc: "`typeof` and `typeof_unqual`"

0 commit comments

Comments
 (0)