[cfe-commits] [PATCH] add store option to scan-build
Zhongxing Xu
xuzhongxing at gmail.com
Mon Oct 27 07:25:07 PDT 2008
On Mon, Oct 27, 2008 at 10:18 PM, Ted Kremenek <kremenek at apple.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081027/3e990192/attachment.html>
More information about the cfe-commits
mailing list