Try to fix links for libcxx.llvm.org/docs again.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82c5745451
commit
7ec94be3df
@ -102,14 +102,9 @@ C++ Dialect Support
|
|||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
* C++11 - Complete
|
* C++11 - Complete
|
||||||
* `C++14 - Complete <cxx14 status_>`_
|
* `C++14 - Complete <http://libcxx.llvm.org/cxx1y_status.html>`__
|
||||||
* `C++1z - In Progress <cxx1z status_>`_
|
* `C++1z - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
|
||||||
* `Post C++14 Technical Specifications - In Progress <ts status_>`_
|
* `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__
|
||||||
|
|
||||||
.. _cxx14 status: http://libcxx.llvm.org/cxx1y_status.html
|
|
||||||
.. _cxx1z status: http://libcxx.llvm.org/cxx1z_status.html
|
|
||||||
.. _ts status: http://libcxx.llvm.org/ts1z_status.html
|
|
||||||
|
|
||||||
|
|
||||||
Notes and Known Issues
|
Notes and Known Issues
|
||||||
----------------------
|
----------------------
|
||||||
@ -132,9 +127,9 @@ Design Documents
|
|||||||
* `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_
|
* `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_
|
||||||
* `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_
|
* `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_
|
||||||
* `Status of debug mode <http://libcxx.llvm.org/debug_mode.html>`_
|
* `Status of debug mode <http://libcxx.llvm.org/debug_mode.html>`_
|
||||||
* `Notes by Marshall Clow <clow notes_>`_
|
* `Notes by Marshall Clow`__
|
||||||
|
|
||||||
.. _clow notes: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/
|
.. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/
|
||||||
|
|
||||||
Build Bots
|
Build Bots
|
||||||
-----------
|
-----------
|
||||||
@ -152,37 +147,30 @@ and `Getting started with LLVM <http://llvm.org/docs/GettingStarted.html>`__.
|
|||||||
|
|
||||||
If you think you've found a bug in libc++, please report it using
|
If you think you've found a bug in libc++, please report it using
|
||||||
the `LLVM Bugzilla`_. If you're not sure, you
|
the `LLVM Bugzilla`_. If you're not sure, you
|
||||||
can post a message to the `cfe-dev`_. mailing list or on IRC.
|
can post a message to the `cfe-dev mailing list`_ or on IRC.
|
||||||
Please include "libc++" in your subject.
|
Please include "libc++" in your subject.
|
||||||
|
|
||||||
**Patches**
|
**Patches**
|
||||||
|
|
||||||
If you want to contribute a patch to libc++, the best place for that is
|
If you want to contribute a patch to libc++, the best place for that is
|
||||||
`Phabricator <phab doc_>`_. Please include [libcxx] in the subject and
|
`Phabricator <http://llvm.org/docs/Phabricator.html>`_. Please include [libcxx] in the subject and
|
||||||
add `cfe-commits` as a subscriber. Also make sure you are subscribed to the
|
add `cfe-commits` as a subscriber. Also make sure you are subscribed to the
|
||||||
`cfe-commits mailing list <cfe-commits_>`_.
|
`cfe-commits mailing list <http://lists.llvm.org/mailman/listinfo/cfe-commits>`_.
|
||||||
|
|
||||||
**Discussion and Questions**
|
**Discussion and Questions**
|
||||||
|
|
||||||
Send discussions and questions to the `cfe-dev mailing list <cfe-dev_>`_.
|
Send discussions and questions to the
|
||||||
|
`cfe-dev mailing list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_.
|
||||||
Please include [libcxx] in the subject.
|
Please include [libcxx] in the subject.
|
||||||
|
|
||||||
.. _phab doc: http://llvm.org/docs/Phabricator.html
|
|
||||||
|
|
||||||
|
|
||||||
Quick Links
|
Quick Links
|
||||||
===========
|
===========
|
||||||
* `LLVM Homepage <llvm_>`_
|
* `LLVM Homepage <http://llvm.org/>`_
|
||||||
* `libc++abi Homepage <libc++abi_>`_
|
* `libc++abi Homepage <http://libcxxabi.llvm.org/>`_
|
||||||
* `LLVM Bugzilla`_
|
* `LLVM Bugzilla <http://llvm.org/bugs/>`_
|
||||||
* `cfe-commits Mailing List <cfe-commits_>`_
|
* `cfe-commits Mailing List`_
|
||||||
* `cfe-dev Mailing List <cfe-dev_>`_
|
* `cfe-dev Mailing List`_
|
||||||
* `Browse libc++ -- SVN <http://llvm.org/svn/llvm-project/libcxx/trunk/>`_
|
* `Browse libc++ -- SVN <http://llvm.org/svn/llvm-project/libcxx/trunk/>`_
|
||||||
* `Browse libc++ -- ViewVC <http://llvm.org/viewvc/llvm-project/libcxx/trunk/>`_
|
* `Browse libc++ -- ViewVC <http://llvm.org/viewvc/llvm-project/libcxx/trunk/>`_
|
||||||
|
|
||||||
|
|
||||||
.. _`llvm`: http://llvm.org/
|
|
||||||
.. _`libc++abi`: http://libcxxabi.llvm.org/
|
|
||||||
.. _`LLVM Bugzilla`: http://llvm.org/bugs/
|
|
||||||
.. _cfe-dev: http://lists.llvm.org/mailman/listinfo/cfe-dev
|
|
||||||
.. _cfe-commits: http://lists.llvm.org/mailman/listinfo/cfe-commits
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user