[libc++][doc] Repair files with CRLF line endings.
authorKent Ross <k@mad.cash>
Thu, 26 Aug 2021 14:08:59 +0000 (10:08 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 26 Aug 2021 14:09:07 +0000 (10:09 -0400)
These are the only files in libc++ that have CRLF line endings instead of LF.

Differential Revision: https://reviews.llvm.org/D108748

libcxx/docs/Helpers/Styles.rst
libcxx/docs/Status/Cxx14.rst
libcxx/docs/Status/Cxx17.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/Status/Cxx2b.rst

index 9bba3bf..3f8fe53 100644 (file)
@@ -1,31 +1,31 @@
-.. raw:: html\r
-\r
-      <style type="text/css">\r
-        .nothingtodo {\r
-            background-color: #99FF99;\r
-            font-style: italic;\r
-         }\r
-        .inprogress {\r
-            background-color: #FFFF99;\r
-            font-style: italic;\r
-         }\r
-        .partial {\r
-            background-color: #2CCCFF;\r
-            font-style: italic;\r
-         }\r
-        .complete { background-color: #99FF99; }\r
-      </style>\r
-\r
-.. role:: nothingtodo\r
-.. role:: inprogress\r
-.. role:: partial\r
-.. role:: complete\r
-\r
-\r
-.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`\r
-.. |In Progress| replace:: :inprogress:`In Progress`\r
-.. |Partial| replace:: :partial:`Partial`\r
-.. |Complete| replace:: :complete:`Complete`\r
-\r
-.. |sect| unicode:: U+00A7\r
-.. |hellip| unicode:: U+2026\r
+.. raw:: html
+
+      <style type="text/css">
+        .nothingtodo {
+            background-color: #99FF99;
+            font-style: italic;
+         }
+        .inprogress {
+            background-color: #FFFF99;
+            font-style: italic;
+         }
+        .partial {
+            background-color: #2CCCFF;
+            font-style: italic;
+         }
+        .complete { background-color: #99FF99; }
+      </style>
+
+.. 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
index fc3aeee..0990cda 100644 (file)
@@ -1,52 +1,52 @@
-.. _cxx14-status:\r
-\r
-================================\r
-libc++ C++14 Status\r
-================================\r
-\r
-.. include:: ../Helpers/Styles.rst\r
-\r
-.. contents::\r
-   :local:\r
-\r
-\r
-Overview\r
-================================\r
-\r
-In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".\r
-\r
-The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).\r
-\r
-In August 2014, this draft was approved by ISO as C++14.\r
-\r
-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#cxx14>`__.\r
-\r
-The groups that have contributed papers:\r
-\r
--  CWG - Core Language Working group\r
--  LWG - Library working group\r
--  SG1 - Study group #1 (Concurrency working group)\r
-\r
-\r
-.. _paper-status-cxx14:\r
-\r
-Paper Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx14Papers.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-\r
-.. _issues-status-cxx14:\r
-\r
-Library Working Group Issues Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx14Issues.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-Last Updated: 25-Mar-2014\r
+.. _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 <https://clang.llvm.org/cxx_status.html#cxx14>`__.
+
+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
index 9076b9c..16f19b7 100644 (file)
@@ -1,57 +1,57 @@
-.. _cxx17-status:\r
-\r
-================================\r
-libc++ C++17 Status\r
-================================\r
-\r
-.. include:: ../Helpers/Styles.rst\r
-\r
-.. contents::\r
-   :local:\r
-\r
-\r
-Overview\r
-================================\r
-\r
-In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".\r
-In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17.\r
-\r
-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>`__.\r
-\r
-.. attention:: Features in unreleased drafts of the standard are subject to change.\r
-\r
-The groups that have contributed papers:\r
-\r
--  CWG - Core Language Working group\r
--  LWG - Library working group\r
--  SG1 - Study group #1 (Concurrency working group)\r
-\r
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.\r
-\r
-.. _paper-status-cxx17:\r
-\r
-Paper Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx17Papers.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-.. note::\r
-\r
-   .. [#note-P0433] P0433: So far, only the ``<string>``, sequence containers, container adaptors and ``<regex>`` portions of P0433 have been implemented.\r
-   .. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.\r
-\r
-\r
-.. _issues-status-cxx17:\r
-\r
-Library Working Group Issues Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx17Issues.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-Last Updated: 17-Nov-2020\r
+.. _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 <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
+-  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 ``<string>``, sequence containers, container adaptors and ``<regex>`` portions of P0433 have been implemented.
+   .. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.
+
+
+.. _issues-status-cxx17:
+
+Library Working Group Issues Status
+====================================
+
+.. csv-table::
+   :file: Cxx17Issues.csv
+   :header-rows: 1
+   :widths: auto
+
+Last Updated: 17-Nov-2020
index 69e607c..304f69f 100644 (file)
@@ -1,59 +1,59 @@
-.. _cxx20-status:\r
-\r
-================================\r
-libc++ C++20 Status\r
-================================\r
-\r
-.. include:: ../Helpers/Styles.rst\r
-\r
-.. contents::\r
-   :local:\r
-\r
-\r
-Overview\r
-================================\r
-\r
-In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".\r
-In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.\r
-\r
-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>`__.\r
-\r
-.. attention:: Features in unreleased drafts of the standard are subject to change.\r
-\r
-The groups that have contributed papers:\r
-\r
--  CWG - Core Language Working group\r
--  LWG - Library working group\r
--  SG1 - Study group #1 (Concurrency working group)\r
-\r
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.\r
-\r
-.. _paper-status-cxx20:\r
-\r
-Paper Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx20Papers.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-.. note::\r
-\r
-   .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].\r
-   .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 <https://llvm.org/PR45368>`__.\r
-   .. [#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.\r
-   .. [#note-P0883] P0883: shared_ptr and floating-point changes weren't applied as they themselves aren't implemented yet.\r
-\r
-\r
-.. _issues-status-cxx20:\r
-\r
-Library Working Group Issues Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx20Issues.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-Last Updated: 24-May-2021\r
+.. _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 <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
+-  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 <https://llvm.org/PR45368>`__.
+   .. [#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
index cdd1b9c..1f5730c 100644 (file)
@@ -1,50 +1,50 @@
-.. _cxx2b-status:\r
-\r
-================================\r
-libc++ C++2b Status\r
-================================\r
-\r
-.. include:: ../Helpers/Styles.rst\r
-\r
-.. contents::\r
-   :local:\r
-\r
-\r
-Overview\r
-================================\r
-\r
-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).\r
-\r
-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>`__.\r
-\r
-.. attention:: Features in unreleased drafts of the standard are subject to change.\r
-\r
-The groups that have contributed papers:\r
-\r
--  CWG - Core Language Working group\r
--  LWG - Library working group\r
--  SG1 - Study group #1 (Concurrency working group)\r
-\r
-.. note:: "Nothing to do" means that no library changes were needed to implement this change.\r
-\r
-.. _paper-status-cxx2b:\r
-\r
-Paper Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx2bPapers.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-.. _issues-status-cxx2b:\r
-\r
-Library Working Group Issues Status\r
-====================================\r
-\r
-.. csv-table::\r
-   :file: Cxx2bIssues.csv\r
-   :header-rows: 1\r
-   :widths: auto\r
-\r
-Last Updated: 22-July-2021\r
+.. _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 <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
+-  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