summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-02-05 01:55:01 +0000
committerTed Kremenek <kremenek@apple.com>2010-02-05 01:55:01 +0000
commit2d8ef71ae62f90cb01c87ff1b415ef4f11375e0c (patch)
treeabbdec3c151820b88bf051e166e74e2ee54b0f25 /clang/lib/Driver/Tools.cpp
parent4f627ba89fb05c9a736a8a03994a86bbae02fc94 (diff)
downloadbcm5719-llvm-2d8ef71ae62f90cb01c87ff1b415ef4f11375e0c.tar.gz
bcm5719-llvm-2d8ef71ae62f90cb01c87ff1b415ef4f11375e0c.zip
Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'.
llvm-svn: 95345
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r--clang/lib/Driver/Tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index be69854e0b9..3ee4552e73e 100644
--- a/clang/lib/Driver/Tools.cpp
+++ b/clang/lib/Driver/Tools.cpp
@@ -708,7 +708,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
CmdArgs.push_back("-warn-objc-methodsigs");
// Do not enable the missing -dealloc check.
// '-warn-objc-missing-dealloc',
- CmdArgs.push_back("-warn-objc-unused-ivars");
+ CmdArgs.push_back("-analyzer-check-objc-unused-ivars");
}
// Set the output format. The default is plist, for (lame) historical
OpenPOWER on IntegriCloud