[cfe-commits] [PATCH] VisitInitListExpr
Ted Kremenek
kremenek at apple.com
Wed Oct 29 21:28:19 PDT 2008
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".
More information about the cfe-commits
mailing list