|
| 1 | +features: |
| 2 | + - desc: "`static_assert` with no message" |
| 3 | + paper: N3020 |
| 4 | + support: |
| 5 | + - GCC 9 |
| 6 | + - Clang 9 |
| 7 | + - MSVC |
| 8 | + - Xcode |
| 9 | + - desc: "`[[nodiscard]]`" |
| 10 | + paper: N2267 |
| 11 | + support: |
| 12 | + - GCC 10 |
| 13 | + - Clang 9 |
| 14 | + - Xcode |
| 15 | + - desc: "`[[maybe_unused]]`" |
| 16 | + paper: N2270 |
| 17 | + support: |
| 18 | + - GCC 10 |
| 19 | + - Clang 9 |
| 20 | + - Xcode |
| 21 | + - desc: "`[[deprecated]]`" |
| 22 | + paper: N2334 |
| 23 | + support: |
| 24 | + - GCC 10 |
| 25 | + - Clang 9 |
| 26 | + - Xcode |
| 27 | + - desc: "[Attributes](https://en.cppreference.com/w/c/language/attributes.html)" |
| 28 | + paper: |
| 29 | + - N2335 |
| 30 | + - N2554 |
| 31 | + support: |
| 32 | + - GCC 10 |
| 33 | + - Clang 9 |
| 34 | + - Xcode |
| 35 | + - desc: "IEEE 754 decimal floating-point types" |
| 36 | + paper: N2341 |
| 37 | + support: |
| 38 | + - GCC 4.2 (partial) |
| 39 | + - GCC 12 |
| 40 | + - desc: "`[[fallthrough]]`" |
| 41 | + paper: N2408 |
| 42 | + support: |
| 43 | + - GCC 10 |
| 44 | + - Clang 9 |
| 45 | + - Xcode |
| 46 | + - desc: "[u8 character constants](https://en.cppreference.com/w/c/language/character_constant.html)" |
| 47 | + paper: N2418 |
| 48 | + support: |
| 49 | + - GCC 10 |
| 50 | + - Clang 15 |
| 51 | + - desc: "Removal of [function definitions](https://en.cppreference.com/w/c/language/function_definition.html) without prototype" |
| 52 | + paper: N2432 |
| 53 | + support: |
| 54 | + - GCC 10 |
| 55 | + - Clang 15 |
| 56 | + - desc: "`[[nodiscard]]` with message" |
| 57 | + paper: N2448 |
| 58 | + support: |
| 59 | + - GCC 11 |
| 60 | + - Clang 10 |
| 61 | + - desc: "Unnamed parameters in function definitions" |
| 62 | + paper: N2480 |
| 63 | + support: |
| 64 | + - GCC 11 |
| 65 | + - Clang 11 |
| 66 | + - desc: "[Labels](https://en.cppreference.com/w/c/language/statements.html#Labels) before declarations and end of blocks" |
| 67 | + paper: N2508 |
| 68 | + support: |
| 69 | + - GCC 11 |
| 70 | + - Clang 16 |
| 71 | + - MSVC (partial) |
| 72 | + - desc: "[Binary integer constants](https://en.cppreference.com/w/c/language/integer_constant.html)" |
| 73 | + paper: N2549 |
| 74 | + support: |
| 75 | + - GCC 4.3 (hint) |
| 76 | + - GCC 11 |
| 77 | + - Clang 2.9 (hint) |
| 78 | + - Clang 9 |
| 79 | + - MSVC 19.0 (hint) |
| 80 | + - Xcode |
| 81 | + hints: |
| 82 | + - target: GCC 4.3 |
| 83 | + msg: "Supported as an extension." |
| 84 | + - target: Clang 2.9 |
| 85 | + msg: "Supported as an extension." |
| 86 | + - target: MSVC 19.0 |
| 87 | + msg: "Supported as an extension." |
| 88 | + - desc: "[__has_c_attribute](https://en.cppreference.com/w/c/language/attributes.html#Attribute_testing) in preprocessor conditionals" |
| 89 | + paper: N2553 |
| 90 | + support: |
| 91 | + - GCC 11 |
| 92 | + - Clang 9 |
| 93 | + - Xcode |
| 94 | + - desc: "Allow duplicate attributes" |
| 95 | + paper: N2557 |
| 96 | + support: |
| 97 | + - GCC 11 |
| 98 | + - Clang 13 |
| 99 | + - Xcode |
| 100 | + - desc: "IEEE 754 interchange and extended types" |
| 101 | + paper: N2601 |
| 102 | + support: |
| 103 | + - GCC 7 (partial) |
| 104 | + - GCC 14 |
| 105 | + - Clang 6 (partial) |
| 106 | + - Xcode (partial) |
| 107 | + hints: |
| 108 | + - target: GCC 7 |
| 109 | + msg: "Only TS 18661-3 mentioned; the status of conformance is unknown." |
| 110 | + - target: Clang 6 |
| 111 | + msg: "Only `_Float16` is supported." |
| 112 | + - target: Xcode |
| 113 | + msg: "Only `_Float16` is supported." |
| 114 | + - desc: "Digit separators" |
| 115 | + paper: N2626 |
| 116 | + support: |
| 117 | + - GCC 12 |
| 118 | + - Clang 13 |
| 119 | + - MSVC 19.0 (hint) |
| 120 | + - Xcode |
| 121 | + hints: |
| 122 | + - target: MSVC 19.0 |
| 123 | + msg: "Supported as an extension." |
| 124 | + - desc: "[`#elifdef` and `#elifndef`](https://en.cppreference.com/w/c/preprocessor/conditional.html)" |
| 125 | + paper: N2645 |
| 126 | + support: |
| 127 | + - GCC 12 |
| 128 | + - Clang 13 |
| 129 | + - MSVC 19.40 |
| 130 | + - Xcode 13.3 |
| 131 | + - desc: "Type change of [u8 string literals](https://en.cppreference.com/w/c/language/string_literal.html)" |
| 132 | + paper: N2653 |
| 133 | + support: |
| 134 | + - GCC 13 |
| 135 | + - desc: "`[[maybe_unused]]` for labels" |
| 136 | + paper: N2662 |
| 137 | + support: |
| 138 | + - GCC 11 |
| 139 | + - Clang 16 |
| 140 | + - desc: "`#warning`" |
| 141 | + paper: N2686 |
| 142 | + support: |
| 143 | + - GCC |
| 144 | + - Clang |
| 145 | + - desc: "Bit-precise integer types (`_BitInt`)" |
| 146 | + paper: N2763 |
| 147 | + support: |
| 148 | + - GCC 14 (partial) |
| 149 | + - Clang 15 |
| 150 | + hints: |
| 151 | + - target: GCC 14 |
| 152 | + msg: "Only supported on IA-32, x86-64 and AArch64 LE." |
| 153 | + - desc: "`[[noreturn]]`" |
| 154 | + paper: N2764 |
| 155 | + support: |
| 156 | + - GCC 13 |
| 157 | + - Clang 15 |
| 158 | + - desc: "Suffixes for bit-precise integer constants" |
| 159 | + paper: N2775 |
| 160 | + support: |
| 161 | + - GCC 14 |
| 162 | + - Clang 15 |
| 163 | + - desc: "`__has_include` in preprocessor conditionals" |
| 164 | + paper: N2799 |
| 165 | + support: |
| 166 | + - GCC 5 |
| 167 | + - Clang |
| 168 | + - MSVC 19.11 |
| 169 | + - Xcode |
| 170 | + - desc: "Identifier Syntax using Unicode Standard Annex 31" |
| 171 | + paper: N2836 |
| 172 | + support: |
| 173 | + - GCC 13 |
| 174 | + - Clang 15 |
| 175 | + - desc: "Removal of [function declarations](https://en.cppreference.com/w/c/language/function_declaration.html) without prototype" |
| 176 | + paper: N2841 |
| 177 | + support: |
| 178 | + - GCC 13 |
| 179 | + - Clang 15 |
| 180 | + - desc: "[Empty initializers](https://en.cppreference.com/w/c/language/initialization.html#Empty_initialization)" |
| 181 | + paper: N2900 |
| 182 | + support: |
| 183 | + - GCC 13 (partial) |
| 184 | + - Clang (partial) |
| 185 | + - Xcode (partial) |
| 186 | + hints: |
| 187 | + - target: GCC 13 |
| 188 | + msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)." |
| 189 | + - target: Clang |
| 190 | + msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)." |
| 191 | + - target: Xcode |
| 192 | + msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)." |
| 193 | + - desc: "`typeof` and `typeof_unqual`" |
| 194 | + paper: |
| 195 | + - N2927 |
| 196 | + - N2930 |
| 197 | + support: |
| 198 | + - GCC 13 (hint) |
| 199 | + - Clang 16 (hint) |
| 200 | + - MSVC 19.39 |
| 201 | + - Xcode (partial) |
| 202 | + hints: |
| 203 | + - target: GCC 13 |
| 204 | + msg: "Prior to GCC 13: Supported as an extension. Only typeof (and `__typeof__` in strict modes) supported." |
| 205 | + - target: Clang 16 |
| 206 | + msg: "Prior to Clang 16: Supported as an extension. Only typeof (and `__typeof__` in strict modes) supported." |
| 207 | + - target: Xcode |
| 208 | + msg: "Supported as an extension. Only typeof (and `__typeof__` in strict modes) supported." |
| 209 | + - desc: "New spelling of keywords" |
| 210 | + paper: N2934 |
| 211 | + support: |
| 212 | + - GCC 13 |
| 213 | + - Clang 16 (partial) |
| 214 | + - desc: "Predefined `true` and `false`" |
| 215 | + paper: N2935 |
| 216 | + support: |
| 217 | + - GCC 13 |
| 218 | + - Clang 15 |
| 219 | + - desc: "`[[unsequenced]]` and `[[reproducible]]`" |
| 220 | + paper: N2956 |
| 221 | + support: |
| 222 | + - GCC 15 |
| 223 | + - desc: "Relax requirements for [variadic parameter list](https://en.cppreference.com/w/c/language/variadic.html)" |
| 224 | + paper: N2975 |
| 225 | + support: |
| 226 | + - GCC 13 |
| 227 | + - Clang 16 |
| 228 | + - desc: "Type inference in object definitions" |
| 229 | + paper: N3007 |
| 230 | + support: |
| 231 | + - GCC 13 |
| 232 | + - Clang 18 |
| 233 | + - desc: "`#embed`" |
| 234 | + paper: N3017 |
| 235 | + support: |
| 236 | + - GCC 15 |
| 237 | + - Clang 19 |
| 238 | + - desc: "`constexpr` objects" |
| 239 | + paper: N3018 |
| 240 | + support: |
| 241 | + - GCC 13 |
| 242 | + - Clang 19 |
| 243 | + - desc: "Improved Normal Enumerations" |
| 244 | + paper: N3029 |
| 245 | + support: |
| 246 | + - GCC 13 |
| 247 | + - Clang 20 (hint) |
| 248 | + hints: |
| 249 | + - target: Clang 20 |
| 250 | + msg: "Supported as an extension with incomplete diagnostics in earlier versions." |
| 251 | + - desc: "Enumerations with fixed underlying types" |
| 252 | + paper: N3030 |
| 253 | + support: |
| 254 | + - GCC 13 |
| 255 | + - Clang 20 (hint) |
| 256 | + hints: |
| 257 | + - target: Clang 20 |
| 258 | + msg: "Supported as an extension with incomplete diagnostics in earlier versions." |
| 259 | + - desc: "`__VA_OPT__`" |
| 260 | + paper: N3033 |
| 261 | + support: |
| 262 | + - GCC 8 |
| 263 | + - GCC 13 |
| 264 | + - Clang 12 (partial) |
| 265 | + - MSVC 19.39 |
| 266 | + - desc: "Storage-class specifiers for compound literals" |
| 267 | + paper: N3038 |
| 268 | + support: |
| 269 | + - GCC 13 |
| 270 | + - desc: "`nullptr`" |
| 271 | + paper: N3042 |
| 272 | + support: |
| 273 | + - GCC 13 |
| 274 | + - Clang 16 (partial) |
0 commit comments