[libcxx-commits] [libcxx] 5d993d3 - [libc++][doc] Repair files with CRLF line endings.

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 26 07:10:28 PDT 2021


Author: Kent Ross
Date: 2021-08-26T10:09:07-04:00
New Revision: 5d993d3bc5f6c6e107c40f17506f5dcf10b06062

URL: https://github.com/llvm/llvm-project/commit/5d993d3bc5f6c6e107c40f17506f5dcf10b06062
DIFF: https://github.com/llvm/llvm-project/commit/5d993d3bc5f6c6e107c40f17506f5dcf10b06062.diff

LOG: [libc++][doc] Repair files with CRLF line endings.

These are the only files in libc++ that have CRLF line endings instead of LF.

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

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Helpers/Styles.rst b/libcxx/docs/Helpers/Styles.rst
index 9bba3bf69db29..3f8fe53a92cfe 100644
--- a/libcxx/docs/Helpers/Styles.rst
+++ b/libcxx/docs/Helpers/Styles.rst
@@ -1,31 +1,31 @@
-.. 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
+.. 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

diff  --git a/libcxx/docs/Status/Cxx14.rst b/libcxx/docs/Status/Cxx14.rst
index fc3aeeec36ad4..0990cdaeba3ac 100644
--- 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 <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
+.. _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

diff  --git a/libcxx/docs/Status/Cxx17.rst b/libcxx/docs/Status/Cxx17.rst
index 9076b9cf4b35d..16f19b7c7d067 100644
--- 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 <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
+.. _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

diff  --git a/libcxx/docs/Status/Cxx20.rst b/libcxx/docs/Status/Cxx20.rst
index 69e607cb7e554..304f69f26f552 100644
--- 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 <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
+.. _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

diff  --git a/libcxx/docs/Status/Cxx2b.rst b/libcxx/docs/Status/Cxx2b.rst
index cdd1b9c2e2934..1f5730c6576da 100644
--- 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 <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
+.. _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


        


More information about the libcxx-commits mailing list