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 11 in settings.yml #7871

Merged
merged 4 commits into from Oct 14, 2020

Conversation

uilianries
Copy link
Member

@uilianries uilianries commented Oct 13, 2020

Changelog: Feature: Supports Clang 11.
Docs: conan-io/docs#1883

closes #7223

Clang 10 still uses C++14 by default and same flag for c++20 (c++2a). Thus, _cppstd_clang is totally fine.

https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/10.0.0/tools/clang/docs/index.html

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

Signed-off-by: Uilian Ries <uilianries@gmail.com>
conans/client/migrations_settings.py Outdated Show resolved Hide resolved
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@uilianries
Copy link
Member Author

It would be great if we could use Jinja for migrations_settings.py, that file has 1k8 lines!

@memsharded
Copy link
Member

It would be great if we could use Jinja for migrations_settings.py, that file has 1k8 lines!

This will be removed in Conan 2.0

@memsharded memsharded added this to the 1.30.2 milestone Oct 13, 2020
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@memsharded memsharded merged commit e88f961 into conan-io:release/1.30 Oct 14, 2020
@memsharded memsharded mentioned this pull request Oct 14, 2020
1 task
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

2 participants