[libcxx-commits] [PATCH] D115995: [libcxx] Add deprecation notices to macros deprecated in P0883R2

Raul Tambre via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 18 12:25:17 PST 2021


tambre created this revision.
tambre added reviewers: ldionne, Quuxplusone.
tambre requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

When P0883R2 was initially implemented in D103769 <https://reviews.llvm.org/D103769> #pragma clang deprecated didn't exist yet.
We also forgot to cleanup usages in libc++ itself.

This takes care of both.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115995

Files:
  libcxx/include/atomic
  libcxx/src/barrier.cpp
  libcxx/src/experimental/memory_resource.cpp
  libcxx/src/ios.cpp
  libcxx/test/libcxx/atomics/atomics.flag/init_bool.pass.cpp
  libcxx/test/std/atomics/atomics.flag/init.pass.cpp
  libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp
  libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.async/async.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115995.395305.patch
Type: text/x-patch
Size: 4525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211218/c984ca04/attachment.bin>


More information about the libcxx-commits mailing list