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

Added clang-18 to default settings.yml #15806

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

mkmkme
Copy link
Contributor

@mkmkme mkmkme commented Mar 4, 2024

Changelog: Feature: Added support for Clang 18.
Docs: conan-io/docs#3637

Clang-18 is being downloaded by default from apt.llvm.org, and it gets stable tomorrow. I think it's time to add it to the default settings.yml :)

  • Refer to the issue that supports this Pull Request.
  • If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
  • I've read the Contributing guide.
  • I've followed the PEP8 style guides for Python code.
  • I've opened another PR in the Conan docs repo to the develop branch, documenting this one.

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @mkmkme

It would be good to have explicit confirmation that clang 18 will not change anything, like the cppstd current default of gnu17

@memsharded memsharded added this to the 2.2.0 milestone Mar 4, 2024
@mkmkme
Copy link
Contributor Author

mkmkme commented Mar 5, 2024

So far they have not published the release notes for clang itself, only for libc++ 18, and at least this does not change anything: https://libcxx.llvm.org/ReleaseNotes/18.html

As for standard, my clang-18.1.0 taken from apt.llvm.org states that default standard for C is gnu17 except for PS4 where it's gnu99 (i.e. not changed). Default one for C++ is gnu++17 (I also believe it's not changed).

If there's anything else worth checking, please tell me and I'll check at least on my installation. But I hope official release notes will be also released quite soon.

@memsharded memsharded merged commit 6dcc150 into conan-io:develop2 Mar 5, 2024
2 checks passed
@memsharded
Copy link
Member

memsharded commented Mar 5, 2024

Merged! It will be in next 2.2. Many thanks!
In the meantime, recall that it is possible to add it to your settings_user.yml

@mkmkme mkmkme deleted the mkmkme/clang-18 branch March 5, 2024 09:01
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.

3 participants