From 2d64b012233fec5e861cedb26f8d2a9c7c2c87d9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Jul 2021 13:41:02 -0400 Subject: 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. --- Templates/MSBuild/FlagTables/v143_CL.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'Templates') 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" ] }, { @@ -1504,15 +1503,6 @@ "UserRequired" ] }, - { - "name": "PREfastLog", - "switch": "analyze:log", - "comment": "Code Analysis Log", - "value": "", - "flags": [ - "UserValue" - ] - }, { "name": "PREfastProjectDirectory", "switch": "analyze:projectdirectory", -- cgit v1.2.1