[libcxx-commits] [PATCH] D112869: [libc++] Implement P2186R2 (Remove Garbage Collection)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 1 14:50:53 PDT 2021


philnik updated this revision to Diff 383897.
philnik added a comment.

- Added legacy_pointer_safety.cpp for ABI compatiblilty


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112869/new/

https://reviews.llvm.org/D112869

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/__memory/pointer_safety.h
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/src/CMakeLists.txt
  libcxx/src/legacy_pointer_safety.cpp
  libcxx/src/memory.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/memory/pointer_safety.module.verify.cpp
  libcxx/test/std/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp
  libcxx/test/std/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp
  libcxx/test/std/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112869.383897.patch
Type: text/x-patch
Size: 11031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211101/9b4e2ce0/attachment-0001.bin>


More information about the libcxx-commits mailing list