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

Richard Trieu rtrieu at google.com
Thu Jul 14 15:35:03 PDT 2011


Currently, -Wsign-compare will warn if conditional operands differ in
signedness. This patch will move this warning to -Wmixed-sign-conditional
making -Wsign-compare only about signed comparisons.  Patch is attached and
available at http://codereview.appspot.com/4731042/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110714/02525c97/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mixed-sign-conditional.patch
Type: text/x-patch
Size: 5745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110714/02525c97/attachment.bin>


More information about the cfe-commits mailing list