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; + } +