-
Notifications
You must be signed in to change notification settings - Fork 26
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-13 to the CI build #300
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
quality
Code quality and linter issues
Comments
Just as a quick check, I tried compiling up-cpp with
It is possible that some of our strange false-positives with |
gregmedd
added
enhancement
New feature or request
help wanted
Extra attention is needed
quality
Code quality and linter issues
labels
Aug 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
quality
Code quality and linter issues
Clang has different checks and can be more pedantic than gcc. We should be including clang-13 in our CI process to make sure we actually support the versions we claim in our documentation.
The text was updated successfully, but these errors were encountered: