diff options
author | Brad King <brad.king@kitware.com> | 2021-07-14 13:41:02 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-15 13:12:54 -0400 |
commit | 2d64b012233fec5e861cedb26f8d2a9c7c2c87d9 (patch) | |
tree | e50a3377030de7deff49e58689c2052ed4b5e074 /Templates | |
parent | b933584a7210ac5d81397981589267efa8a9b582 (diff) | |
download | cmake-2d64b012233fec5e861cedb26f8d2a9c7c2c87d9.tar.gz |
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.
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index 918fe81cdb..146ad5f2ce 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -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" ] }, { @@ -1505,15 +1504,6 @@ ] }, { - "name": "PREfastLog", - "switch": "analyze:log", - "comment": "Code Analysis Log", - "value": "", - "flags": [ - "UserValue" - ] - }, - { "name": "PREfastProjectDirectory", "switch": "analyze:projectdirectory", "comment": "Code Analysis Project Directory", |