[cfe-dev] analyzer issue

Zhongxing Xu xuzhongxing at gmail.com
Mon Jun 21 06:21:56 PDT 2010


Both patches look good to me.

On Mon, Jun 21, 2010 at 10:33 AM, Jordy Rose <jediknil at belkadan.com> wrote:

>
> Playing with this today, the issues discussed in PR7406 seem to stem from
> two causes:
>
> 1. AttrNonNullChecker doesn't expect the value of a nonnull argument to be
> unknown when it's checked. Patch here:
> http://llvm.org/bugs/attachment.cgi?id=5067
>
> 2. The additive folding code in SimpleSValuator and the constraint manager
> doesn't handle the case where the constants are of different types
> (unsigned, long long, etc). Patch here:
> http://llvm.org/bugs/attachment.cgi?id=5069
>
> #2 in particular could use a review, since it's a nontrivial fix (a number
> of type conversions). And of course it was me who didn't get this right the
> first time around. Ted? Zhongxing?
>
> Jordy
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100621/6c2d5f90/attachment.html>


More information about the cfe-dev mailing list