summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-01-30 21:14:16 +0000
committerAnna Zaks <ganna@apple.com>2012-01-30 21:14:16 +0000
commit58cc6cabe521c41b18d4592af4047c043e875d2c (patch)
tree5a282fdbbfc9c144840d88e6c3cd4e3ae7307560 /clang/lib/Driver
parent41003f819c9acbec584322d4d8655bbf08df5c7f (diff)
downloadbcm5719-llvm-58cc6cabe521c41b18d4592af4047c043e875d2c.tar.gz
bcm5719-llvm-58cc6cabe521c41b18d4592af4047c043e875d2c.zip
[analyzer] Rename the checker as per Ted's comment. Remove the reference
from the driver. llvm-svn: 149276
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/Tools.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index e01b5f2a109..97c3c69709c 100644
--- a/clang/lib/Driver/Tools.cpp
+++ b/clang/lib/Driver/Tools.cpp
@@ -1352,7 +1352,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
CmdArgs.push_back("-analyzer-checker=deadcode");
// Enable the following experimental checkers for testing.
- CmdArgs.push_back("-analyzer-checker=experimental.osx.cocoa.ContainerAPI");
CmdArgs.push_back("-analyzer-checker=security.insecureAPI.UncheckedReturn");
CmdArgs.push_back("-analyzer-checker=security.insecureAPI.getpw");
CmdArgs.push_back("-analyzer-checker=security.insecureAPI.gets");
OpenPOWER on IntegriCloud