llvm/libcxx/docs
Louis Dionne 28e82982fe [libc++] Bump minimum compiler requirements
Now that we've branched for the LLVM 14 release, our support window
moves to clang-13 and clang-14. Similarly, AppleClang 13 has been
released for some time now, so that should be the oldest compiler
we support, per our policy.

A possible follow-up would be to remove _LIBCPP_HAS_NO_CONCEPTS, since
I don't think we support any compiler that doesn't support concepts
anymore.

Differential Revision: https://reviews.llvm.org/D118831
2022-03-10 08:59:19 -05:00
..
DesignDocs [libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suite 2022-03-08 10:41:38 -05:00
Helpers
Status [libc++][ranges] Implement ranges::mismatch 2022-03-08 23:20:40 +01:00
AddingNewCIJobs.rst
BuildingLibcxx.rst [libcxx] Add an explicit option to build against system-libcxxabi 2022-03-01 13:44:56 -05:00
CMakeLists.txt
conf.py Bump the trunk major version to 15 2022-02-01 23:54:52 -08:00
Contributing.rst [libc++abi] Bump the libc++abi version and add it to the post-release list 2022-02-16 16:27:25 -05:00
FeatureTestMacroTable.rst [libc++] Revert <stdatomic.h> changes 2022-02-15 12:59:14 -05:00
index.rst [libc++] Bump minimum compiler requirements 2022-03-10 08:59:19 -05:00
README.txt
ReleaseNotes.rst Revert "[libc++] Remove extension to support allocator<const T>" 2022-03-09 17:04:18 -05:00
TestingLibcxx.rst
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.

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.