diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-10-13 22:12:02 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-10-13 22:12:02 +0000 |
commit | f9f796e79b95a70346a945a589e833b71123e983 (patch) | |
tree | c75b126e469f0ec573e5544a51193077b5e22997 /libcxx/docs/index.rst | |
parent | eba62796cb9bb9e4856b4067a0d0117033cb3c1d (diff) | |
download | bcm5719-llvm-f9f796e79b95a70346a945a589e833b71123e983.tar.gz bcm5719-llvm-f9f796e79b95a70346a945a589e833b71123e983.zip |
[libcxx] Capture configuration information when installing the libc++ headers
Summary:
Hi all,
This patch is a successor to D11963. However it has changed dramatically and I felt it would be best to start a new review thread.
Please read the design documentation added in this patch for a description of how it works.
Reviewers: mclow.lists, danalbert, jroelofs, EricWF
Subscribers: vkalintiris, rnk, ed, espositofulvio, asl, eugenis, cfe-commits
Differential Revision: http://reviews.llvm.org/D13407
llvm-svn: 250235
Diffstat (limited to 'libcxx/docs/index.rst')
-rw-r--r-- | libcxx/docs/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index acd92290aff..f34979f6cba 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -124,6 +124,12 @@ A full list of currently open libc++ bugs can be `found here`__. Design Documents ---------------- +.. toctree:: + :maxdepth: 1 + + DesignDocs/CapturingConfigInfo + + * `<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>`_ |