[all-commits] [llvm/llvm-project] b57c22: [libc++] Implement P2186R2 (Remove Garbage Collect...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Nov 11 10:03:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b57c22ade8673d68088f5638a1050e3f3c1f163d
https://github.com/llvm/llvm-project/commit/b57c22ade8673d68088f5638a1050e3f3c1f163d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/CMakeLists.txt
R libcxx/include/__memory/pointer_safety.h
M libcxx/include/memory
M libcxx/include/module.modulemap
M libcxx/src/CMakeLists.txt
A libcxx/src/legacy_pointer_safety.cpp
M libcxx/src/memory.cpp
R libcxx/test/libcxx/diagnostics/detail.headers/memory/pointer_safety.module.verify.cpp
R libcxx/test/std/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp
R libcxx/test/std/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp
R libcxx/test/std/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp
Log Message:
-----------
[libc++] Implement P2186R2 (Remove Garbage Collection)
Reviewed By: Quuxplusone, #libc, ldionne
Differential Revision: https://reviews.llvm.org/D112869
More information about the All-commits
mailing list