xoofx / xoofx/CppAst.NET

STL1000: Unexpected compiler version, expected Clang 11.0.0 or newer.

Open
#60 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
620
Forks
79
Avg merge
14h 27m
Merged PRs (30d)
1

Description

C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.29.30133\include\yvals_core.h(551, 2): error: STL1000: Unexpected compiler version, expected Clang 11.0.0 or newer.

I have Visual Studio 2019 Version 16.11.2 installed and when I try to parse file with CppParser.ParseFiles, I am getting the above error.

I have both Visual Studio 2017 and also an older MSVC build tool (14.20.27508) installed but how do I make the library use these older versions? Is there a setting or configuration for the library that can be changed?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with CppParser.ParseFiles and the reported yvals_core.h error from Visual Studio 2019. Investigate how the library selects or configures the Clang/MSVC toolchain, including the installed Visual Studio 2017 and MSVC 14.20 versions; done means parsing succeeds with a supported compiler configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, csharp
Domain
compilers
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.