[libcxx-commits] [PATCH] D109087: [libc++][docs] Remove "Last Updated" entries from the docs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 1 13:42:41 PDT 2021


ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Those don't provide a lot of value, and they can easily be wrong anyway.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109087

Files:
  libcxx/docs/Status/Cxx14.rst
  libcxx/docs/Status/Cxx17.rst
  libcxx/docs/Status/Cxx20.rst
  libcxx/docs/Status/Cxx2b.rst


Index: libcxx/docs/Status/Cxx2b.rst
===================================================================
--- libcxx/docs/Status/Cxx2b.rst
+++ libcxx/docs/Status/Cxx2b.rst
@@ -46,5 +46,3 @@
    :file: Cxx2bIssues.csv
    :header-rows: 1
    :widths: auto
-
-Last Updated: 22-July-2021
Index: libcxx/docs/Status/Cxx20.rst
===================================================================
--- libcxx/docs/Status/Cxx20.rst
+++ libcxx/docs/Status/Cxx20.rst
@@ -55,5 +55,3 @@
    :file: Cxx20Issues.csv
    :header-rows: 1
    :widths: auto
-
-Last Updated: 24-May-2021
Index: libcxx/docs/Status/Cxx17.rst
===================================================================
--- libcxx/docs/Status/Cxx17.rst
+++ libcxx/docs/Status/Cxx17.rst
@@ -53,5 +53,3 @@
    :file: Cxx17Issues.csv
    :header-rows: 1
    :widths: auto
-
-Last Updated: 17-Nov-2020
Index: libcxx/docs/Status/Cxx14.rst
===================================================================
--- libcxx/docs/Status/Cxx14.rst
+++ libcxx/docs/Status/Cxx14.rst
@@ -48,5 +48,3 @@
    :file: Cxx14Issues.csv
    :header-rows: 1
    :widths: auto
-
-Last Updated: 25-Mar-2014


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109087.370048.patch
Type: text/x-patch
Size: 1129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210901/fa0f3b2c/attachment.bin>


More information about the libcxx-commits mailing list