Skip to content

Commit 6d30b67

Browse files
committed
[libc++] Add link to the Github conformance table from the documentation
1 parent c73b14c commit 6d30b67

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

libcxx/docs/Status/Cxx17.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ In February 2017, the C++ standard committee approved this draft, and sent it to
1818

1919
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>`__.
2020

21-
.. attention:: Features in unreleased drafts of the standard are subject to change.
22-
2321
The groups that have contributed papers:
2422

2523
- CWG - Core Language Working group

libcxx/docs/Status/Cxx20.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ In September 2020, the C++ standard committee approved this draft, and sent it t
1818

1919
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>`__.
2020

21-
.. attention:: Features in unreleased drafts of the standard are subject to change.
22-
2321
The groups that have contributed papers:
2422

2523
- CWG - Core Language Working group

libcxx/docs/Status/Cxx23.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ In February 2023, the C++ standard committee approved this draft, and sent it to
1818

1919
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>`__.
2020

21-
.. attention:: Features in unreleased drafts of the standard are subject to change.
22-
2321
The groups that have contributed papers:
2422

2523
- CWG - Core Language Working group

libcxx/docs/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,13 @@ to be formally supported and listed here, please work with the libc++ team to se
168168
up testing for your configuration.
169169

170170

171-
C++ Dialect Support
172-
===================
171+
C++ Standards Conformance
172+
=========================
173+
174+
Libc++ provides full support for C++11 and C++14, and provides most of newer standards
175+
with a few omissions. The conformance status of the library's tip is tracked in real-time
176+
using `this page <https://github.com/orgs/llvm/projects/31>`_. The conformance status of
177+
this release is described in the pages below:
173178

174179
* C++11 - Complete
175180
* C++14 - Complete

0 commit comments

Comments
 (0)