[libcxx-commits] [libcxx] 6d30b67 - [libc++] Add link to the Github conformance table from the documentation
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 22 06:01:38 PDT 2024
Author: Louis Dionne
Date: 2024-08-22T09:01:31-04:00
New Revision: 6d30b67cf0fdd5f417af53b4acd593ded37b2db9
URL: https://github.com/llvm/llvm-project/commit/6d30b67cf0fdd5f417af53b4acd593ded37b2db9
DIFF: https://github.com/llvm/llvm-project/commit/6d30b67cf0fdd5f417af53b4acd593ded37b2db9.diff
LOG: [libc++] Add link to the Github conformance table from the documentation
Added:
Modified:
libcxx/docs/Status/Cxx17.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/Status/Cxx23.rst
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx17.rst b/libcxx/docs/Status/Cxx17.rst
index 13928fe9e1b272..94f9d890c36417 100644
--- a/libcxx/docs/Status/Cxx17.rst
+++ b/libcxx/docs/Status/Cxx17.rst
@@ -18,8 +18,6 @@ In February 2017, the C++ standard committee approved this draft, and sent it to
This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx17>`__.
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
The groups that have contributed papers:
- CWG - Core Language Working group
diff --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
index f5b35d7ccc39e7..2a26212f1f8806 100644
--- a/libcxx/docs/Status/Cxx20.rst
+++ b/libcxx/docs/Status/Cxx20.rst
@@ -18,8 +18,6 @@ In September 2020, the C++ standard committee approved this draft, and sent it t
This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx20>`__.
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
The groups that have contributed papers:
- CWG - Core Language Working group
diff --git a/libcxx/docs/Status/Cxx23.rst b/libcxx/docs/Status/Cxx23.rst
index b3918149a735f1..1a8d43bff74752 100644
--- a/libcxx/docs/Status/Cxx23.rst
+++ b/libcxx/docs/Status/Cxx23.rst
@@ -18,8 +18,6 @@ In February 2023, the C++ standard committee approved this draft, and sent it to
This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx23>`__.
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
The groups that have contributed papers:
- CWG - Core Language Working group
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index c3b724568bc51e..2dc08563358aba 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -168,8 +168,13 @@ to be formally supported and listed here, please work with the libc++ team to se
up testing for your configuration.
-C++ Dialect Support
-===================
+C++ Standards Conformance
+=========================
+
+Libc++ provides full support for C++11 and C++14, and provides most of newer standards
+with a few omissions. The conformance status of the library's tip is tracked in real-time
+using `this page <https://github.com/orgs/llvm/projects/31>`_. The conformance status of
+this release is described in the pages below:
* C++11 - Complete
* C++14 - Complete
More information about the libcxx-commits
mailing list