We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9e214 commit 53c6393Copy full SHA for 53c6393
1 file changed
src/config/options.schema.json
@@ -281,7 +281,14 @@
281
"type": "string",
282
"description": "Specify the c standard used for parsing.",
283
"default": "c99",
284
- "enum": ["c90", "c99", "c11"]
+ "enum": [
285
+ "c89", "c90",
286
+ "gnu89", "gnu90",
287
+ "c99", "c90x",
288
+ "gnu99", "gnu9x",
289
+ "c11", "c11x",
290
+ "gnu11", "gnu11x"
291
+ ]
292
},
293
"gnu89inline": {
294
"title": "cil.gnu89inline",
0 commit comments