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

fix support of clang-15 #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

efferre79
Copy link
Contributor

The previous patch I submitted is creating problems with clang-15 as the option --no-default-config is available from clang-16 only. Now is also possible to detect clang version which can be useful in the future.

the option --no-default-config was added with clang-16
@efferre79
Copy link
Contributor Author

CI on Linux is failing because the clang version is not canonical, is there installed clang from a live commit?

it is possible to support that case too (i.e. version string with commit hash string) by setting a large version number (e.g. 9999) and assuming the installed clang is taken from github and so newer than all the possible released versions to the users

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