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 13 #2204

Merged
merged 2 commits into from Sep 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion reference/config_files/settings.yml.rst
Expand Up @@ -89,7 +89,7 @@ are possible. These are the **default** values, but it is possible to customize
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"]
"8", "9", "10", "11", "12", "13"]
libcxx: [None, libstdc++, libstdc++11, libc++, c++_shared, c++_static]
cppstd: [None, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20]
runtime: [None, MD, MT, MTd, MDd]
Expand Down Expand Up @@ -178,6 +178,13 @@ In this case, the ``vcvars`` will activate the Visual Studio 16 installation, bu
because the necessary ``toolset=v140`` will be set.


clang
+++++

The release 13.0.0 will be released officially on September 21, 2021. However, Conan 1.40 will support it in settings.yml before
the final release. It will be considered as **experimental** in case of incompatibility until the release.


Architectures
-------------

Expand Down