On Mon, Oct 27, 2008 at 10:18 PM, Ted Kremenek <[EMAIL PROTECTED]> wrote:

>
> On Oct 27, 2008, at 1:41 AM, Zhongxing Xu wrote:
>
>  This patch add the store option to scan-build and ccc-analyzer.
>>
>
>
> Looks great!
>
> I think this needs to be "if (defined $StoreModel)":
>
> +    if ($StoreModel) {
> +      push @AnalyzeArgs, $StoreModel;
> +    }
> +
>
>
> Corrected and applied.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to