[all-commits] [llvm/llvm-project] 26beec: [libc++] Split auto_ptr out of <memory>
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 12 08:47:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26beecfe470bc5ee9222d124303f5e1386b818ec
https://github.com/llvm/llvm-project/commit/26beecfe470bc5ee9222d124303f5e1386b818ec
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__memory/auto_ptr.h
M libcxx/include/memory
Log Message:
-----------
[libc++] Split auto_ptr out of <memory>
Differential Revision: https://reviews.llvm.org/D100216
Commit: 0b439e4cc9dbb5c226121383b84d4f48ab669c55
https://github.com/llvm/llvm-project/commit/0b439e4cc9dbb5c226121383b84d4f48ab669c55
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__memory/allocator.h
M libcxx/include/memory
Log Message:
-----------
[libc++] Split std::allocator out of <memory>
Differential Revision: https://reviews.llvm.org/D100216
Commit: 6a1ac88fc19a6d1b373ea12247f84e41a07d3a94
https://github.com/llvm/llvm-project/commit/6a1ac88fc19a6d1b373ea12247f84e41a07d3a94
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__memory/temporary_buffer.h
M libcxx/include/memory
Log Message:
-----------
[libc++] Split std::get_temporary_buffer out of <memory>
Differential Revision: https://reviews.llvm.org/D100216
Compare: https://github.com/llvm/llvm-project/compare/28dc50c4b75e...6a1ac88fc19a
More information about the All-commits
mailing list