]> granicus.if.org Git - clang/commitdiff
Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min
authorTed Kremenek <kremenek@apple.com>
Tue, 7 Aug 2012 19:27:08 +0000 (19:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 7 Aug 2012 19:27:08 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161443 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/ccc-analyzer

index b8f7193dd654796628c9122186b9933d40133acf..c7636f9e8e8ff7c81323a4a99e7812b57abd7a76 100755 (executable)
@@ -347,6 +347,8 @@ my %LinkerOptionMap = (
 my %CompilerLinkerOptionMap = (
   '-fobjc-arc' => 0,
   '-fobjc-abi-version' => 0, # This is really a 1 argument, but always has '='
+  '-fobjc-legacy-dispatch' => 0,
+  '-mios-simulator-version-min' => 0, # This really has 1 argument, but always has '='
   '-isysroot' => 1,
   '-arch' => 1,
   '-m32' => 0,