]> granicus.if.org Git - clang/commitdiff
[scan-build] Add missing comma to ccc-analyzer.
authorJordan Rose <jordan_rose@apple.com>
Fri, 12 Jul 2013 16:07:33 +0000 (16:07 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 12 Jul 2013 16:07:33 +0000 (16:07 +0000)
Thanks, Dmitry!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186167 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/ccc-analyzer

index 0a51e529c7f938bc8a59db06025ff97fdd41b907..f0f25535601fb744dca31182e999dbcd3023b531 100755 (executable)
@@ -341,7 +341,7 @@ my %LinkerOptionMap = (
 );
 
 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,