Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C++ dialect information to compiler inventory telemetry #472

Closed
michaelcfanning opened this issue Aug 31, 2021 · 1 comment · Fixed by #476
Closed

Add C++ dialect information to compiler inventory telemetry #472

michaelcfanning opened this issue Aug 31, 2021 · 1 comment · Fixed by #476

Comments

@michaelcfanning
Copy link
Member

Relevant proposed dialects follow. The presence or absence of /std provides this data. If missing it is dictated by /Tp or /Tc. Then again /clr and cx are controlled with other switches.

C99, C11, C14, C22, CX, CLR, C++14, C++17, and C++20

@eddynaka, @shaopeng-gh, @yongyan-gh, high priority.

@shaopeng-gh
Copy link
Collaborator

ack. I will work on this one.

@eddynaka eddynaka linked a pull request Sep 9, 2021 that will close this issue
@eddynaka eddynaka closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants