[libcxx-commits] [PATCH] D129380: [libc++] Undeprecate ATOMIC_FLAG_INIT (LWG3659)

Aaron Ballman via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 8 10:00:19 PDT 2022


aaron.ballman added a comment.

In D129380#3639202 <https://reviews.llvm.org/D129380#3639202>, @philnik wrote:

> Please wait until the LWG issue has been accepted.

To be clear on the status: LWG has accepted this as tentatively ready, but there is a short window for people to object to that status which would pull the issue back into needing committee discussion. Given the subject matter, it'd be quite surprising if anyone did so, and so this is expected to go into C++23 (and should be treated as DR against C++20).

I'm not certain of libc++'s schedule, but I'm hoping to land the C changes in Clang shortly so that they make it into Clang 15 in an effort to limit user confusion (Clang 14 shipped with the diagnostic enabled).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129380



More information about the libcxx-commits mailing list