Просмотр исходного кода

VS: Populate `/permissive` flag table entry for v142

Apply the change from commit e0d6d01e52 (VS: Add flag table entry for
"permissive" flag to disable conformance mode, 2018-12-10) to the
v142 flag table.
Brad King 7 лет назад
Родитель
Сommit
a7973ccb53
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      Templates/MSBuild/FlagTables/v142_CL.json

+ 8 - 1
Templates/MSBuild/FlagTables/v142_CL.json

@@ -833,10 +833,17 @@
   {
     "name": "ConformanceMode",
     "switch": "permissive-",
-    "comment": "Conformance mode",
+    "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-",