aaron.ballman added a comment.

In D112221#3195533 <https://reviews.llvm.org/D112221#3195533>, @tambre wrote:

> I only took care of `std::atomic_init()` and seemingly completely missed 
> cleaning up uses of `ATOMIC_VAR_INIT`.
> I do remember not being able to add a deprecation notice for 
> `ATOMIC_VAR_INIT` and `ATOMIC_FLAG_INIT` at the time as `#pragma deprecated` 
> didn't exist yet. libc++ itself defines both of them.

Yeah, it's a relatively new feature that was added in 
26c695b7893071d5e69afbaa70c4850ab2e468be 
<https://reviews.llvm.org/rG26c695b7893071d5e69afbaa70c4850ab2e468be>


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

https://reviews.llvm.org/D112221

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to