VS: Fix /analyze:log flag mapping for v145 toolset

Apply the change from commit 2d64b01223 (VS: Fix `/analyze:log` flag
mapping for v143, 2021-07-14, v3.21.1~29^2~10) to the v145 flag table.
This commit is contained in:
Brad King
2025-09-10 17:01:10 -04:00
parent aa0e87f50f
commit 267dec2d42
+1 -11
View File
@@ -1510,16 +1510,6 @@
"SemicolonAppendable"
]
},
{
"name": "PREfastAdditionalOptions",
"switch": "analyze:",
"comment": "Additional Code Analysis Native options",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "PREfastAdditionalPlugins",
"switch": "analyze:plugin",
@@ -1685,7 +1675,7 @@
"comment": "Code Analysis Log",
"value": "",
"flags": [
"UserValue"
"UserFollowing"
]
},
{