[cfe-commits] [PATCH] Don't warn when the conditional operator is used for control flow.

Ted Kremenek kremenek at apple.com
Tue Mar 1 11:23:20 PST 2011


This looks reasonable to me.

On Mar 1, 2011, at 1:31 AM, Justin Bogner wrote:

> Justin Bogner <mail at justinbogner.com> writes:
>> The attached patch fixes [bug 8282]. Can it be applied for 2.9? To use
>> CPU_SET without it, you have to do something silly like this:
>> 
>>    (void)(CPU_SET(cpu, &cpuMask));
>> 
>> [bug 8282]: http://llvm.org/bugs/show_bug.cgi?id=8282
> 
> Ping... Anyone have opinions on this?
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list