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

add clang 16 #11780

Merged
merged 3 commits into from
Aug 11, 2022
Merged

add clang 16 #11780

merged 3 commits into from
Aug 11, 2022

Conversation

paulocoutinhox
Copy link
Contributor

@paulocoutinhox paulocoutinhox commented Aug 4, 2022

Changelog: Feature: Added clang 16 to settings.
Docs: omit
Closes: #11774

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

@paulocoutinhox
Copy link
Contributor Author

@czoido done

@czoido
Copy link
Contributor

czoido commented Aug 5, 2022

Hi @paulocoutinhox,

Thanks for the contribution. Could you check that the the cppstd keeps being "gnu++14" for clang 16?

@paulocoutinhox
Copy link
Contributor Author

Hi @paulocoutinhox,

Thanks for the contribution. Could you check that the the cppstd keeps being "gnu++14" for clang 16?

According to their website:
https://clang.llvm.org/cxx_status.html

By default, Clang builds C++ code according to the C++14 standard. You can use Clang in C++14 mode with the -std=c++14 option (use -std=c++1y in Clang 3.4 and earlier).

@memsharded memsharded added this to the 1.52 milestone Aug 10, 2022
@franramirez688 franramirez688 merged commit a786110 into conan-io:develop Aug 11, 2022
@paulocoutinhox paulocoutinhox deleted the add-clang-16 branch August 31, 2022 17:05
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.

[bug] Error when use EMSDK because don't have clang 16 in conan
4 participants