[PATCH] D22711: Diagnose invalid failure memory orderings.

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 17:31:40 PDT 2016


jfb added a comment.

Warnings look correct. Could they be made more useful by suggesting that `acq_rel` be `acquire` instead, and `release` be `relaxed` instead?


https://reviews.llvm.org/D22711





More information about the cfe-commits mailing list