[all-commits] [llvm/llvm-project] 65df5b: [lbc++] Implement the rest of P0600R1 (nodiscard i...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Nov 29 10:42:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65df5bf2d1fb85c7f4f2dafdaac52cf39b43709c
https://github.com/llvm/llvm-project/commit/65df5bf2d1fb85c7f4f2dafdaac52cf39b43709c
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx20.rst
M libcxx/docs/Status/Cxx20Papers.csv
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
A libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/allocate_in_geometric_progression.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/allocate.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.res.global/null_memory_resource.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/allocate_with_initial_size.pass.cpp
M libcxx/test/std/utilities/utility/mem.res/mem.res/mem.res.public/allocate.pass.cpp
A libcxx/test/std/utilities/utility/mem.res/nodiscard.verify.cpp
Log Message:
-----------
[lbc++] Implement the rest of P0600R1 (nodiscard in the library)
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D137597
More information about the All-commits
mailing list