From 267dec2d425c7b5b5ecffaeb05df9901fa852224 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Aug 2025 17:13:13 -0400 Subject: [PATCH] VS: Fix `/analyze:log` flag mapping for v145 toolset Apply the change from commit 2d64b01223 (VS: Fix `/analyze:log` flag mapping for v143, 2021-07-14, v3.21.1~29^2~10) to the v145 flag table. --- Templates/MSBuild/FlagTables/v145_CL.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Templates/MSBuild/FlagTables/v145_CL.json b/Templates/MSBuild/FlagTables/v145_CL.json index 9d955539f3..28fc22025e 100644 --- a/Templates/MSBuild/FlagTables/v145_CL.json +++ b/Templates/MSBuild/FlagTables/v145_CL.json @@ -1510,16 +1510,6 @@ "SemicolonAppendable" ] }, - { - "name": "PREfastAdditionalOptions", - "switch": "analyze:", - "comment": "Additional Code Analysis Native options", - "value": "", - "flags": [ - "UserValue", - "SemicolonAppendable" - ] - }, { "name": "PREfastAdditionalPlugins", "switch": "analyze:plugin", @@ -1685,7 +1675,7 @@ "comment": "Code Analysis Log", "value": "", "flags": [ - "UserValue" + "UserFollowing" ] }, {