VS: Fix /analyze:log
flag mapping for v142
Apply the change from commit 44dc9fc48a
(VS: Fix /analyze:log flag
mapping, 2018-11-26) to the v142 flag table.
The `/analyze:log` argument requires a value in the following argument.
Also drop the general `/analyze:` flag table entry so that such flags
will be passed through as plain additional options. This is necessary
because some such options have following values and some do not but
not all have `.vcxproj` elements to hold the values.
This commit is contained in:
parent
20922d6733
commit
fb2e418c64
@ -1056,13 +1056,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"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -1179,15 +1178,6 @@
|
||||
"UserRequired"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PREfastLog",
|
||||
"switch": "analyze:log",
|
||||
"comment": "Code Analysis Log",
|
||||
"value": "",
|
||||
"flags": [
|
||||
"UserValue"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ProcessorNumber",
|
||||
"switch": "MP",
|
||||
|
Loading…
Reference in New Issue
Block a user