[all-commits] [llvm/llvm-project] 092e8a: [libc++] NFCI: Refactor __shared_ptr_emplace
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Dec 10 13:46:33 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 092e8a7ea3652c418400275746c1800d31390008
https://github.com/llvm/llvm-project/commit/092e8a7ea3652c418400275746c1800d31390008
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M libcxx/include/memory
Log Message:
-----------
[libc++] NFCI: Refactor __shared_ptr_emplace
This is the first of a series of patches leading up to the implementation
of P0674r1, i.e. array support in allocate_shared. I am splitting this
up into multiple patches because the overall change is very tricky and
I want to isolate potential breakage.
More information about the All-commits
mailing list