On Oct 29, 2008, at 9:25 PM, Ted Kremenek wrote:

> I just realized that the condition if(Loc::is:LocType(T) || T-
>> isIntegerType()) is probably too strict, as this will work fine on
> any scalar value (or even a ComplexType).
>
> Other than unions, structs, and arrays, are there any other "compound"
> cases?  If so, we can just drop the "if" here.

I meant, "if not", not "if so".
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to