r186138 - [scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.
Jordan Rose
jordan_rose at apple.com
Fri Jul 12 09:09:14 PDT 2013
Oh, shoot! Fixed in r186167.
Thank you!
Jordan
On Jul 12, 2013, at 2:18 , Дмитрий Дьяченко <dimhen at gmail.com> wrote:
> 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