mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user