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 Clang 19 to CI test matrices #215

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Add Clang 19 to CI test matrices #215

merged 3 commits into from
Nov 5, 2024

Conversation

tcbrindle
Copy link
Owner

No description provided.

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@998346a). Learn more about missing BASE report.
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage        ?   98.61%           
=======================================
  Files           ?       69           
  Lines           ?     2608           
  Branches        ?        0           
=======================================
  Hits            ?     2572           
  Misses          ?       36           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

I'm not quite sure what's changed with Clang 19, but it's suddenly complaining about libstdc++12's `variant` using the non-active member of a union in constexpr.

It's possible there was such a bug in libstdc++12, but it seems weird that it wasn't picked up by either GCC12 or an older version of Clang...

Anyway, hopefully this will fix it.
@tcbrindle tcbrindle merged commit 75648b7 into main Nov 5, 2024
47 checks passed
@tcbrindle tcbrindle deleted the pr/add_clang19 branch November 5, 2024 18:59
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