[libcxx-commits] [PATCH] D119264: [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 8 10:55:14 PST 2022


Quuxplusone updated this revision to Diff 406895.
Quuxplusone added a comment.

Remove some more redundant constexpr-friendliness declarations in the coroutines tests.
Boldly use `nullptr` in the place I said it'd be nice to use it; let's see if CI is happy with it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119264

Files:
  libcxx/include/__config
  libcxx/src/debug.cpp
  libcxx/src/experimental/memory_resource.cpp
  libcxx/src/experimental/memory_resource_init_helper.h
  libcxx/src/memory.cpp
  libcxx/src/mutex.cpp
  libcxx/src/random_shuffle.cpp
  libcxx/src/support/runtime/exception_fallback.ipp
  libcxx/src/support/runtime/new_handler_fallback.ipp
  libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp
  libcxx/test/std/utilities/any/any.class/any.cons/default.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/default.pass.cpp
  libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/nullptr.pass.cpp
  libcxx/test/support/test_macros.h
  libcxxabi/src/cxa_default_handlers.cpp
  libcxxabi/src/cxa_guard_impl.h
  libcxxabi/src/fallback_malloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119264.406895.patch
Type: text/x-patch
Size: 14628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220208/980aecc8/attachment.bin>


More information about the libcxx-commits mailing list