llvm-project/libcxx/docs
Hristo Hristov 83542e4764 [libc++][spaceship] Implement operator<=> for duration
Implements parts of [[ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html | P1614R2 ]]
Implemented `operator<=>` for `std::chrono::duration`

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D145881
2023-03-21 20:06:42 +02:00
..
DesignDocs
Helpers
Status [libc++][spaceship] Implement operator<=> for duration 2023-03-21 20:06:42 +02:00
AddingNewCIJobs.rst [libc++][NFC] Fix typo in documentation 2023-03-02 12:42:15 -05:00
BuildingLibcxx.rst
CMakeLists.txt
conf.py
Contributing.rst [libc++][test] Adds more generic test macros. 2023-02-17 17:01:58 +01:00
FeatureTestMacroTable.rst [libc++] implement move_iterator<T*> should be a random access iterator \n Differntial Revision- https://reviews.llvm.org/D135248 2023-03-01 23:47:00 +05:30
index.rst [libcxx] Add status paper for Parallelism-TS 2023-03-17 12:31:32 +08:00
README.txt
ReleaseNotes.rst [libc++] Remove C++03 extensions for std::allocator_arg & friends 2023-03-19 10:14:32 -04:00
TestingLibcxx.rst [libc++][test] Adds more generic test macros. 2023-02-17 17:01:58 +01: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.

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.