[libcxx-commits] [libcxx] c69cfbf - [libc++] Remove broken links and outdated information in the docs

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 30 08:13:04 PDT 2021


Author: Louis Dionne
Date: 2021-06-30T11:12:37-04:00
New Revision: c69cfbfd71626e0ebcfc1fc79014ee0fea25103b

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

LOG: [libc++] Remove broken links and outdated information in the docs

The various design docs have been moved to RST, and the linked blog post
does not apply anymore since libc++ is the default library used by Clang
on Apple platforms.

Added: 
    

Modified: 
    libcxx/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index c93fbc7e5d65..7e5cb089ba8e 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -178,12 +178,6 @@ Design Documents
    DesignDocs/UniquePtrTrivialAbi
    DesignDocs/VisibilityMacros
 
-* `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_
-* `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_
-* `Notes by Marshall Clow`__
-
-.. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/
-
 Build Bots and Test Coverage
 ----------------------------
 


        


More information about the libcxx-commits mailing list