You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/docs
Zoe Carver 61b414caa6 Update libc++ release notes
This patch updates the libc++ release notes.
I have picked out several features/fixes/updates
that I think are worth mentioning.



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_90@370514 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
DesignDocs Add documentation and tests for Clangs C++11 extensions in C++03. 6 years ago
BuildingLibcxx.rst docs: add documentation for `LIBCXX_INCLUDE_TESTS` 6 years ago
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 9 years ago
FeatureTestMacroTable.rst P0722R3: Implement library support for destroying delete 7 years ago
Makefile.sphinx Add design docs for upcoming file_time_type change. 7 years ago
README.txt Remove test commit. 10 years ago
ReleaseNotes.rst Update libc++ release notes 6 years ago
TestingLibcxx.rst [CMake] Support compiler-rt builtins library in tests 7 years ago
UsingLibcxx.rst [libcxx] Slightly improved policy for handling experimental features 6 years ago
conf.py Bump the trunk version to 9.0.0svn 7 years ago
index.rst Make GCC in C++03 Unsupported 6 years ago

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.