[PATCH] D67023: Diagnose use of ATOMIC_VAR_INIT

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 17:26:36 PDT 2019


jfb added a comment.

Is atomic initialization now correct in all modes (including C++) without this macro? I don’t think we should diagnose until such a time because some code uses to macro to be portably correct. IIRC we only ended up fixing C++ in 20 with Nico’s paper (after Olivier and I failed repeatedly to do so.


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

https://reviews.llvm.org/D67023





More information about the cfe-commits mailing list