diff options
author | 2018-09-11 18:18:58 +0000 | |
---|---|---|
committer | 2018-09-11 18:18:58 +0000 | |
commit | 820e1f31efc1d6ed04795ba2e79f3044e1907492 (patch) | |
tree | 815cebb3734784074b661935c33f00bd5eb4d862 /lib/libcxx/docs/index.rst | |
parent | Nuke unused LIST() ieee80211com_head. (diff) | |
download | wireguard-openbsd-820e1f31efc1d6ed04795ba2e79f3044e1907492.tar.xz wireguard-openbsd-820e1f31efc1d6ed04795ba2e79f3044e1907492.zip |
import of libc++ 6.0.0
Diffstat (limited to 'lib/libcxx/docs/index.rst')
-rw-r--r-- | lib/libcxx/docs/index.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/libcxx/docs/index.rst b/lib/libcxx/docs/index.rst index b0c8b813f57..3526b47210f 100644 --- a/lib/libcxx/docs/index.rst +++ b/lib/libcxx/docs/index.rst @@ -7,7 +7,8 @@ Overview ======== -libc++ is a new implementation of the C++ standard library, targeting C++11. +libc++ is a new implementation of the C++ standard library, targeting C++11 and +above. * Features and Goals @@ -119,7 +120,7 @@ This list contains known issues with libc++ A full list of currently open libc++ bugs can be `found here`__. -.. __: https://llvm.org/bugs/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=advanced&resolution=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184 +.. __: https://bugs.llvm.org/buglist.cgi?component=All%20Bugs&product=libc%2B%2B&query_format=advanced&resolution=---&order=changeddate%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&list_id=74184 Design Documents ---------------- @@ -127,13 +128,15 @@ Design Documents .. toctree:: :maxdepth: 1 + DesignDocs/AvailabilityMarkup + DesignDocs/DebugMode DesignDocs/CapturingConfigInfo DesignDocs/ABIVersioning - + DesignDocs/VisibilityMacros + DesignDocs/ThreadingSupportAPI * `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_ * `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_ -* `Status of debug mode <http://libcxx.llvm.org/debug_mode.html>`_ * `Notes by Marshall Clow`__ .. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ @@ -143,7 +146,7 @@ Build Bots and Test Coverage * `LLVM Buildbot Builders <http://lab.llvm.org:8011/console>`_ * `Apple Jenkins Builders <http://lab.llvm.org:8080/green/view/Libcxx/>`_ -* `EricWF's Nightly Builders <http://ds2.efcs.ca:8080/console>`_ +* `Windows Appveyor Builders <https://ci.appveyor.com/project/llvm-mirror/libcxx>`_ * `Code Coverage Results <http://efcs.ca/libcxx-coverage>`_ Getting Involved @@ -178,7 +181,7 @@ Quick Links =========== * `LLVM Homepage <http://llvm.org/>`_ * `libc++abi Homepage <http://libcxxabi.llvm.org/>`_ -* `LLVM Bugzilla <http://llvm.org/bugs/>`_ +* `LLVM Bugzilla <https://bugs.llvm.org/>`_ * `cfe-commits Mailing List`_ * `cfe-dev Mailing List`_ * `Browse libc++ -- SVN <http://llvm.org/svn/llvm-project/libcxx/trunk/>`_ |