Skip to content
Snippets Groups Projects
Commit 2d64b012 authored by Brad King's avatar Brad King
Browse files

VS: Fix `/analyze:log` flag mapping for v143

Apply the change from commit fb2e418c (VS: Fix `/analyze:log` flag
mapping for v142, 2019-01-24, v3.14.0-rc1~74^2~10) to the v143 flag
table.
parent b933584a
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment