diff options
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index be69854e0b..3ee4552e73 100644 --- a/lib/Driver/Tools.cpp +++ b/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 |