[libcxx-commits] [PATCH] D112221: Mark ATOMIC_VAR_INIT and ATOMIC_FLAG_INIT as deprecated
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 11 12:35:10 PST 2022
Quuxplusone accepted this revision.
Quuxplusone added a comment.
LGTM FWIW.
I'm not the right person to approve for libc, but I'm not sure any of the currently listed reviewers are any more appropriate either. So you should find and ping a new reviewer, or just ship it, at your discretion. :)
================
Comment at: clang/docs/ReleaseNotes.rst:179
+ in C++ code; the STL ``<atomic>`` header also controls the behavior of these
+ macros and is not impacted by these changes. The ``<stdatomic.h>`` diagnostic
+ can be disabled by defining the ``_CLANG_DISABLE_CRT_DEPRECATION_WARNINGS``
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112221/new/
https://reviews.llvm.org/D112221
More information about the libcxx-commits
mailing list