llvm-capstone/libcxx/docs
2024-02-06 16:36:23 -08:00
..
DesignDocs [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
Helpers [libc++] Update status after the Kona meeting. (#72421) 2023-11-16 10:17:19 +01:00
ReleaseNotes [libcxx] Add a release note for Clang-cl specific features (#80010) 2024-02-06 16:36:23 -08:00
Status Revert "[libc++][format] P2637R3: Member visit (std::basic_format_arg) (#76449)" 2024-01-22 17:23:05 +00:00
AddingNewCIJobs.rst
BuildingLibcxx.rst [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) 2024-01-22 10:12:41 -05:00
CMakeLists.txt
conf.py [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
Contributing.rst [libc++] Replace uses of _VSTD:: by std:: (#74331) 2023-12-05 11:19:15 -05:00
FeatureTestMacroTable.rst [libc++][numeric] P0543R3: Saturation arithmetic (#77967) 2024-01-22 06:57:45 +02:00
Hardening.rst [libc++][doc] Update the release notes for LLVM 18 (#78324) 2024-01-21 19:48:33 +01:00
ImplementationDefinedBehavior.rst [libc++][print] Adds ostream overloads. (#73262) 2023-12-19 19:32:17 +01:00
index.rst [libc++] Make sure to publish release notes at ReleaseNotes.html 2024-01-22 09:39:16 -05:00
Modules.rst [libc++] Install modules. (#75741) 2024-01-21 12:16:22 +01:00
README.txt
ReleaseNotes.rst [libc++] Make sure to publish release notes at ReleaseNotes.html 2024-01-22 09:39:16 -05:00
ReleaseProcedure.rst [libc++] Fix outdated release procedure for release notes 2024-01-23 17:00:11 -05:00
TestingLibcxx.rst [libc++] Reland CI module improvements. 2024-01-21 12:10:36 +01:00
UsingLibcxx.rst [libc++][memory] P2868R1: Removing deprecated typedef std::allocator::is_always_equal (#78562) 2024-01-20 06:07:19 +02:00

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.