[cfe-commits] [PATCH] add store option to scan-build

Ted Kremenek kremenek at apple.com
Mon Oct 27 07:18:20 PDT 2008


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





More information about the cfe-commits mailing list