[cfe-commits] [Patch] Remove checking signs of operands of conditional operator from -Wsign-compare

Chandler Carruth chandlerc at google.com
Thu Jul 14 15:53:44 PDT 2011


On Thu, Jul 14, 2011 at 3:35 PM, Richard Trieu <rtrieu at google.com> wrote:

> Currently, -Wsign-compare will warn if conditional operands differ in
> signedness. This patch will move this warning to -Wmixed-sign-conditional


Why not -Wsign-conversion ? Just wondering why we need a separate flag here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110714/23b4c0d2/attachment.html>


More information about the cfe-commits mailing list