diff --git a/libcxx/docs/Helpers/Styles.rst b/libcxx/docs/Helpers/Styles.rst
--- a/libcxx/docs/Helpers/Styles.rst
+++ b/libcxx/docs/Helpers/Styles.rst
@@ -1,31 +1,31 @@
-.. raw:: html
-
-
-
-.. role:: nothingtodo
-.. role:: inprogress
-.. role:: partial
-.. role:: complete
-
-
-.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
-.. |In Progress| replace:: :inprogress:`In Progress`
-.. |Partial| replace:: :partial:`Partial`
-.. |Complete| replace:: :complete:`Complete`
-
-.. |sect| unicode:: U+00A7
-.. |hellip| unicode:: U+2026
+.. raw:: html
+
+
+
+.. role:: nothingtodo
+.. role:: inprogress
+.. role:: partial
+.. role:: complete
+
+
+.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
+.. |In Progress| replace:: :inprogress:`In Progress`
+.. |Partial| replace:: :partial:`Partial`
+.. |Complete| replace:: :complete:`Complete`
+
+.. |sect| unicode:: U+00A7
+.. |hellip| unicode:: U+2026
diff --git a/libcxx/docs/Status/Cxx14.rst b/libcxx/docs/Status/Cxx14.rst
--- a/libcxx/docs/Status/Cxx14.rst
+++ b/libcxx/docs/Status/Cxx14.rst
@@ -1,52 +1,52 @@
-.. _cxx14-status:
-
-================================
-libc++ C++14 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".
-
-The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).
-
-In August 2014, this draft was approved by ISO as C++14.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-
-.. _paper-status-cxx14:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx14Papers.csv
- :header-rows: 1
- :widths: auto
-
-
-.. _issues-status-cxx14:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx14Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 25-Mar-2014
+.. _cxx14-status:
+
+================================
+libc++ C++14 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".
+
+The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).
+
+In August 2014, this draft was approved by ISO as C++14.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+
+.. _paper-status-cxx14:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx14Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+
+.. _issues-status-cxx14:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx14Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 25-Mar-2014
diff --git a/libcxx/docs/Status/Cxx17.rst b/libcxx/docs/Status/Cxx17.rst
--- a/libcxx/docs/Status/Cxx17.rst
+++ b/libcxx/docs/Status/Cxx17.rst
@@ -1,57 +1,57 @@
-.. _cxx17-status:
-
-================================
-libc++ C++17 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".
-In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx17:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx17Papers.csv
- :header-rows: 1
- :widths: auto
-
-.. note::
-
- .. [#note-P0433] P0433: So far, only the ````, sequence containers, container adaptors and ```` portions of P0433 have been implemented.
- .. [#note-P0607] P0607: The parts of P0607 that are not done are the ```` bits.
-
-
-.. _issues-status-cxx17:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx17Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 17-Nov-2020
+.. _cxx17-status:
+
+================================
+libc++ C++17 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".
+In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx17:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx17Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. note::
+
+ .. [#note-P0433] P0433: So far, only the ````, sequence containers, container adaptors and ```` portions of P0433 have been implemented.
+ .. [#note-P0607] P0607: The parts of P0607 that are not done are the ```` bits.
+
+
+.. _issues-status-cxx17:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx17Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 17-Nov-2020
diff --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
--- a/libcxx/docs/Status/Cxx20.rst
+++ b/libcxx/docs/Status/Cxx20.rst
@@ -1,59 +1,59 @@
-.. _cxx20-status:
-
-================================
-libc++ C++20 Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".
-In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx20:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx20Papers.csv
- :header-rows: 1
- :widths: auto
-
-.. note::
-
- .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].
- .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 `__.
- .. [#note-P0619] P0619: Only sections D.8, D.9, D.10 and D.13 are implemented. Sections D.4, D.7, D.11, D.12, and D.14 remain undone.
- .. [#note-P0883] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.
-
-
-.. _issues-status-cxx20:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx20Issues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 24-May-2021
+.. _cxx20-status:
+
+================================
+libc++ C++20 Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".
+In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx20:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx20Papers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. note::
+
+ .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].
+ .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 `__.
+ .. [#note-P0619] P0619: Only sections D.8, D.9, D.10 and D.13 are implemented. Sections D.4, D.7, D.11, D.12, and D.14 remain undone.
+ .. [#note-P0883] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.
+
+
+.. _issues-status-cxx20:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx20Issues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 24-May-2021
diff --git a/libcxx/docs/Status/Cxx2b.rst b/libcxx/docs/Status/Cxx2b.rst
--- a/libcxx/docs/Status/Cxx2b.rst
+++ b/libcxx/docs/Status/Cxx2b.rst
@@ -1,50 +1,50 @@
-.. _cxx2b-status:
-
-================================
-libc++ C++2b Status
-================================
-
-.. include:: ../Helpers/Styles.rst
-
-.. contents::
- :local:
-
-
-Overview
-================================
-
-In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
-
-This page shows the status of libc++; the status of clang's support of the language features is `here `__.
-
-.. attention:: Features in unreleased drafts of the standard are subject to change.
-
-The groups that have contributed papers:
-
-- CWG - Core Language Working group
-- LWG - Library working group
-- SG1 - Study group #1 (Concurrency working group)
-
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.
-
-.. _paper-status-cxx2b:
-
-Paper Status
-====================================
-
-.. csv-table::
- :file: Cxx2bPapers.csv
- :header-rows: 1
- :widths: auto
-
-.. _issues-status-cxx2b:
-
-Library Working Group Issues Status
-====================================
-
-.. csv-table::
- :file: Cxx2bIssues.csv
- :header-rows: 1
- :widths: auto
-
-Last Updated: 22-July-2021
+.. _cxx2b-status:
+
+================================
+libc++ C++2b Status
+================================
+
+.. include:: ../Helpers/Styles.rst
+
+.. contents::
+ :local:
+
+
+Overview
+================================
+
+In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
+
+This page shows the status of libc++; the status of clang's support of the language features is `here `__.
+
+.. attention:: Features in unreleased drafts of the standard are subject to change.
+
+The groups that have contributed papers:
+
+- CWG - Core Language Working group
+- LWG - Library working group
+- SG1 - Study group #1 (Concurrency working group)
+
+.. note:: "Nothing to do" means that no library changes were needed to implement this change.
+
+.. _paper-status-cxx2b:
+
+Paper Status
+====================================
+
+.. csv-table::
+ :file: Cxx2bPapers.csv
+ :header-rows: 1
+ :widths: auto
+
+.. _issues-status-cxx2b:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+ :file: Cxx2bIssues.csv
+ :header-rows: 1
+ :widths: auto
+
+Last Updated: 22-July-2021