r186138 - [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.

Дмитрий Дьяченко dimhen at gmail.com
Fri Jul 12 02:18:47 PDT 2013


Hi!

I need the following fix to run 'scan-build configure' -- add missing comma

--- ccc-analyzer    (revision 186147)
+++ ccc-analyzer    (working copy)
@@ -341,7 +341,7 @@
 );

 my %CompilerLinkerOptionMap = (
-  '-Wwrite-strings' => 0
+  '-Wwrite-strings' => 0,
   '-ftrapv-handler' => 1, # specifically call out separated -f flag
   '-mios-simulator-version-min' => 0, # This really has 1 argument,
but always has '='
   '-isysroot' => 1,

Thanks,
Dmitry



More information about the cfe-commits mailing list