mirror of https://github.com/llvm-mirror/libcxx
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.
78d6a7767e
Summary: This patch removes `shared_ptr::make_shared` as it is not part of the standard. This patch also adds __create_with_cntrl_block, which is a help function that can be used in std::allocate_shared and std::make_shared. This is the third patch (out of 4) from D66178. Reviewers: EricWF, mclow.lists, ldionne Subscribers: christof, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D68805 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@375504 91177308-0d34-0410-b5e6-96231b3b80d8 |
5 years ago | |
---|---|---|
benchmarks | 5 years ago | |
cmake | 5 years ago | |
docs | 5 years ago | |
fuzzing | 6 years ago | |
include | 5 years ago | |
lib | 5 years ago | |
src | 5 years ago | |
test | 5 years ago | |
utils | 5 years ago | |
www | 5 years ago | |
.arcconfig | 7 years ago | |
.clang-format | 8 years ago | |
.gitignore | 8 years ago | |
CMakeLists.txt | 5 years ago | |
CREDITS.TXT | 7 years ago | |
LICENSE.TXT | 6 years ago | |
NOTES.TXT | 7 years ago | |
TODO.TXT | 8 years ago | |
appveyor-reqs-install.cmd | 6 years ago | |
appveyor.yml | 6 years ago |
docs/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.