llvm/libcxx/docs
Vy Nguyen 76887bc4c1 Reland [libcxx]Put clang::trivial_abi on smart pointers
Reviewed By: ldionne,EricWF

    Tags: #libcxx

    Differential Revision: https://reviews.llvm.org/D82490
2020-07-20 11:54:34 -04:00
..
DesignDocs Reland [libcxx]Put clang::trivial_abi on smart pointers 2020-07-20 11:54:34 -04:00
BuildingLibcxx.rst [libc++] Provide a default LLVM_PATH when building standalone 2020-06-29 12:40:07 -04:00
CMakeLists.txt
conf.py Bump the trunk major version to 12 2020-07-15 12:05:05 +02:00
FeatureTestMacroTable.rst [libc++] Implement <numbers> 2020-06-19 14:25:02 +05:30
index.rst Reland [libcxx]Put clang::trivial_abi on smart pointers 2020-07-20 11:54:34 -04:00
Makefile.sphinx
README.txt
ReleaseNotes.rst Bump the trunk major version to 12 2020-07-15 12:05:05 +02:00
TestingLibcxx.rst [libc++] Clean up some outdated documentation about running libc++ tests 2020-07-09 13:39:00 -04:00
UsingLibcxx.rst

libc++ Documentation
====================

The libc++ documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc++ with the following cmake options:

  * -DLLVM_ENABLE_SPHINX=ON
  * -DLIBCXX_INCLUDE_DOCS=ON

After configuring libc++ with these options the make rule `docs-libcxx-html`
should be available.