mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 22:28:35 -06:00
VS: Fix /analyze:log flag mapping for v143
Apply the change from commit fb2e418c64 (VS: Fix `/analyze:log` flag
mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~10) to the v143 flag
table.
This commit is contained in:
@@ -1352,13 +1352,12 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PREfastAdditionalOptions",
|
||||
"switch": "analyze:",
|
||||
"comment": "Additional Code Analysis Native options",
|
||||
"name": "PREfastLog",
|
||||
"switch": "analyze:log",
|
||||
"comment": "Code Analysis Log",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue",
|
||||
"SemicolonAppendable"
|
||||
"UserFollowing"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1504,15 +1503,6 @@
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PREfastLog",
|
||||
"switch": "analyze:log",
|
||||
"comment": "Code Analysis Log",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PREfastProjectDirectory",
|
||||
"switch": "analyze:projectdirectory",
|
||||
|
||||
Reference in New Issue
Block a user