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

Update officially support clang compiler to version 14.0.6 #535

Closed
mikir opened this issue Oct 16, 2023 · 1 comment
Closed

Update officially support clang compiler to version 14.0.6 #535

mikir opened this issue Oct 16, 2023 · 1 comment
Assignees
Labels
c++ C++ language generator
Milestone

Comments

@mikir
Copy link
Contributor

mikir commented Oct 16, 2023

Currently, we support officially clang version 8.0.1 (from 07/2019).

However, we use

  • clang-tidy tool from version 14.0.6 to use newer static analyzer
  • llvm-profdata and llvm-cov tools from version 12.0.0 to support branch coverage as well

Please update officially supported clang version to 14.0.6 (from 06/2022). This will decrease complexity of test framework.

@mikir mikir added the c++ C++ language generator label Oct 16, 2023
@mikir mikir added this to the 2.13 milestone Oct 16, 2023
@mikir mikir self-assigned this Oct 17, 2023
@mikir
Copy link
Contributor Author

mikir commented Oct 18, 2023

Clang compiler version has been updated to version 14.0.6 by this commit.

@mikir mikir closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ language generator
Projects
None yet
Development

No branches or pull requests

1 participant