Skip to content
Snippets Groups Projects
Commit b11c7236 authored by Brad King's avatar Brad King
Browse files

VS: Populate `std:c{11,17}` flag table entries for v142

The `-std:c11` option added by commit f7347f28 (MSVC: Record support
for C11 and c_restrict, 2020-08-09, v3.18.2~9^2) needs this flag table
entry to map in the VS IDE properly.

Issue: #21069
parent 177fc020
No related branches found
No related tags found
No related merge requests found
......@@ -454,6 +454,20 @@
"value": "stdcpplatest",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "std:c11",
"comment": "ISO C11 Standard",
"value": "stdc11",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "std:c17",
"comment": "ISO C17 (2018) Standard",
"value": "stdc17",
"flags": []
},
{
"name": "PrecompiledHeader",
"switch": "Yc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment