Skip to content

Visual Studio 2026 support #1410

@matbech

Description

@matbech

compile fails with the following error on Visual Studio 2026:

--- CLANG COMPILE STARTED ---

..\appdata\local\microsoft\visualstudio\18.0_3b696371\extensions\illqntbu.q2j\Tooling\v1\clang-build.ps1 : 
Missing an argument for parameter 'aVisualStudioVersion'. Specify a parameter of type 'System.String' and try again.
At line:1 char:432
+ ... SILENCE_CLANG_CONCEPTS_MESSAGE ') -continue -parallel -vs-ver  -dir ' ...
+                                                           ~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [clang-build.ps1], ParameterBindingException
    + FullyQualifiedErrorId : MissingArgument,clang-build.ps1
 

--- CLANG COMPILE FINISHED ---

It seems that an empty -vs-ver argument is passed to clang-build.ps1.

Relevant reference in the source:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions