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;
+ }
+
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
