Skip to content

Commit

Permalink
Add Clang 13 (#2204)
Browse files Browse the repository at this point in the history
* Add Clang 13 warning

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Add clang 12,13 to settings.yml

Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 2, 2021
1 parent 8477539 commit dea8f27
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit dea8f27

Please sign in to comment.