llvm-project/libcxx/docs
Louis Dionne d2e86866be [libc++] Re-apply the use of ABI tags to provide per-TU insulation
This commit re-applies 9ee97ce3b8, which was reverted by 61d417ce
because it broke the LLDB data formatter tests. It also re-applies
6148c79a (the manual GN change associated to it).

Differential Revision: https://reviews.llvm.org/D127444
2022-07-08 08:38:36 -04:00
..
DesignDocs [libc++] Re-apply the use of ABI tags to provide per-TU insulation 2022-07-08 08:38:36 -04:00
Helpers [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
Status [libcxx][ranges] implement `std::ranges::set_difference` 2022-07-08 13:26:23 +01:00
AddingNewCIJobs.rst
BuildingLibcxx.rst [libc++] Re-apply the use of ABI tags to provide per-TU insulation 2022-07-08 08:38:36 -04:00
CMakeLists.txt
Contributing.rst [libc++] Fix modules builds when features are removed 2022-06-08 18:48:25 -04:00
FeatureTestMacroTable.rst [libc++] Implement P0154R1 (Hardware inference size) 2022-06-23 01:31:09 +02:00
README.txt
ReleaseNotes.rst [libc++] Re-apply the use of ABI tags to provide per-TU insulation 2022-07-08 08:38:36 -04:00
TestingLibcxx.rst [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
UsingLibcxx.rst [libc++][doc] Removes a colon in a title. 2022-07-07 19:07:03 +02:00
conf.py Bump the trunk major version to 15 2022-02-01 23:54:52 -08:00
index.rst [libc++][CI] Updates GCC to version 12. 2022-06-21 18:59:20 +02:00

README.txt

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.

The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date
by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
documentation is not updating anymore, please contact one of the maintainers.