1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

VS: Re-order v141 and v142 CL flag table entries to match xml files better

This commit is contained in:
Brad King
2021-06-04 09:09:52 -04:00
parent 9c33ff4dda
commit f9383e0140
2 changed files with 28 additions and 28 deletions

View File

@@ -588,6 +588,20 @@
"value": "Send",
"flags": []
},
{
"name": "SupportJustMyCode",
"switch": "JMC-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "SupportJustMyCode",
"switch": "JMC",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CompileAsWinRT",
"switch": "ZW",
@@ -1250,19 +1264,5 @@
"comment": "C++14 (GNU Dialect)",
"value": "gnu++1y",
"flags": []
},
{
"name": "SupportJustMyCode",
"switch": "JMC-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "SupportJustMyCode",
"switch": "JMC",
"comment": "",
"value": "true",
"flags": []
}
]

View File

@@ -433,6 +433,20 @@
"value": "Spectre",
"flags": []
},
{
"name": "ConformanceMode",
"switch": "permissive-",
"comment": "Conformance mode enabled",
"value": "true",
"flags": []
},
{
"name": "ConformanceMode",
"switch": "permissive",
"comment": "Conformance mode disabled",
"value": "false",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "std:c++14",
@@ -879,20 +893,6 @@
"value": "true",
"flags": []
},
{
"name": "ConformanceMode",
"switch": "permissive-",
"comment": "Conformance mode enabled",
"value": "true",
"flags": []
},
{
"name": "ConformanceMode",
"switch": "permissive",
"comment": "Conformance mode disabled",
"value": "false",
"flags": []
},
{
"name": "TreatWChar_tAsBuiltInType",
"switch": "Zc:wchar_t-",