Merge topic 'vs-c11' into release-3.18

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

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Raul Tambre <raul@tambre.ee>
Merge-request: !5290
This commit is contained in:
Brad King
2020-09-29 09:38:51 +00:00
committed by Kitware Robot

View File

@@ -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",