Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'.

llvm-svn: 95345
This commit is contained in:
Ted Kremenek
2010-02-05 01:55:01 +00:00
parent 4f627ba89f
commit 2d8ef71ae6
5 changed files with 5 additions and 5 deletions

View File

@@ -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