Skip to content

Commit 53c6393

Browse files
committed
Add more values to cil.cstd
1 parent 9b9e214 commit 53c6393

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/config/options.schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,14 @@
281281
"type": "string",
282282
"description": "Specify the c standard used for parsing.",
283283
"default": "c99",
284-
"enum": ["c90", "c99", "c11"]
284+
"enum": [
285+
"c89", "c90",
286+
"gnu89", "gnu90",
287+
"c99", "c90x",
288+
"gnu99", "gnu9x",
289+
"c11", "c11x",
290+
"gnu11", "gnu11x"
291+
]
285292
},
286293
"gnu89inline": {
287294
"title": "cil.gnu89inline",

0 commit comments

Comments
 (0)