diff --git a/reference/config_files/settings.yml.rst b/reference/config_files/settings.yml.rst index ea75a09f94a..e0f3dd7e80e 100644 --- a/reference/config_files/settings.yml.rst +++ b/reference/config_files/settings.yml.rst @@ -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] @@ -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 -------------