Skip to content

Enable some additional C++2x compat warnings with clang #614

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

Merged
merged 1 commit into from
May 16, 2025
Merged

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented May 15, 2025

When reviewing the clang v19 release notes, I noticed a new -Wc++23-compat compiler switch. Since the CMake projects are all using C++17 right now, this seemed like a good addition.

I also went back and saw that -Wc++20-compat was added in clang v110.

@walbourn walbourn self-assigned this May 15, 2025
@walbourn walbourn changed the title Enable some additional C++20 and C++23 compat warnings with clang Enable some additional C++2x compat warnings with clang May 15, 2025
@walbourn walbourn added cmake Related to CMake build and removed maintenance labels May 15, 2025
@walbourn walbourn merged commit 652cc82 into main May 16, 2025
92 checks passed
@walbourn walbourn deleted the cmakecr branch May 16, 2025 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Related to CMake build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants