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

clang updated to version 15 #10558

Merged
merged 2 commits into from Mar 13, 2022
Merged

clang updated to version 15 #10558

merged 2 commits into from Mar 13, 2022

Conversation

paulocoutinhox
Copy link
Contributor

@paulocoutinhox paulocoutinhox commented Feb 11, 2022

Changelog: Feature: Add Clang 15 to default settings.
Docs: omit

https://emscripten.org/docs/introducing_emscripten/release_notes.html

Due to version 15 of compiler used in EMSDK 3.1.4 we need that conan support it to don't get error about unknown compiler version.

  • 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.

Note: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.

@@ -103,7 +103,7 @@
clang:
version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0",
"5.0", "6.0", "7.0", "7.1",
"8", "9", "10", "11", "12", "13", "14"]
"8", "9", "10", "11", "12", "13", "14", "15"]
Copy link
Member

Choose a reason for hiding this comment

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

Is there some reference, link, or have you checked that the the cppstd keeps being "gnu14" for clang 15? I would expect it, but just in case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They sad "yes", ok?

@memsharded memsharded added this to the 1.47 milestone Mar 13, 2022
@memsharded memsharded merged commit adb4067 into conan-io:develop Mar 13, 2022
@paulocoutinhox paulocoutinhox deleted the update-clang-15 branch March 14, 2022 16:38
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.

None yet

3 participants