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

Switch from Clang 14 to Clang 16 #5369

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Switch from Clang 14 to Clang 16 #5369

wants to merge 1 commit into from

Conversation

bthomee
Copy link
Collaborator

@bthomee bthomee commented Mar 27, 2025

High Level Overview of Change

This change switches from Clang 14 to Clang 16.

Context of Change

Clang 14 has not been in development since 2022, and it is lagging in C++ 20 that we now commonly use. Antithesis also requires Clang 16 and the corresponding CI pipeline requires building from scratch for that compiler. With this switch we optimize our CI time and ensure we are ready for more modern C++ versions.

Type of Change

  • Refactor (non-breaking change that only restructures code)

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 this pull request may close these issues.

1 participant