Skip to content

Commit c626897

Browse files
16bit-ykikoclaude
andcommitted
feat: add MSVC 14.50/14.51 (Visual Studio 2026)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 976c224 commit c626897

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/compilers/msvc.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ vendor = "Microsoft"
44
url = "https://visualstudio.microsoft.com/"
55
description = "Microsoft Visual C++ (MSVC) is the C/C++ compiler included with Visual Studio and the Build Tools. The compiler executable is cl.exe. _MSC_VER is the primary version macro."
66

7+
# Visual Studio 2026 (v18.x) — MSVC toolset 14.5x
8+
9+
[[releases]]
10+
version = "14.51"
11+
date = "2026-03"
12+
_MSC_VER = "1951"
13+
visual_studio = "2026 18.4"
14+
15+
[[releases]]
16+
version = "14.50"
17+
date = "2025-11"
18+
_MSC_VER = "1950"
19+
visual_studio = "2026 18.0"
20+
721
# Visual Studio 2022 (v17.x) — MSVC toolset 14.3x-14.4x
822

923
[[releases]]

0 commit comments

Comments
 (0)