[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 03:04:15 PDT 2021


philnik updated this revision to Diff 383758.
philnik marked 2 inline comments as done.
philnik added a comment.
Herald added a subscriber: mgorny.

I'm going with option 1 right now. If anybody thinks there are users I can revert the changes later.

- Removed pointer_safety


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112869

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__memory/pointer_safety.h
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/src/memory.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.383758.patch
Type: text/x-patch
Size: 8011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211101/cc9cec2c/attachment-0001.bin>


More information about the libcxx-commits mailing list