[PATCH] D47687: fix: [Bug 18971] - Missing -Wparentheses warning
Xing via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 8 00:08:02 PDT 2018
Higuoxing added a comment.
In https://reviews.llvm.org/D47687#1126074, @lebedev.ri wrote:
> At worst, we can issue this warning in a new `-Wparentheses-in-macros` subgroup, which, if apple so insists, could be off-by-default.
> That would less worse than just completely silencing it for the entire world.
Yes, that's exactly what I am thinking just now! I think I could make another new patch for this `warning` ... and then we could determine on which one to take
Thanks : )
https://reviews.llvm.org/D47687
More information about the cfe-commits
mailing list