Enable '-warn-objc-nserror-methods' by default.

llvm-svn: 56298
This commit is contained in:
Ted Kremenek 2008-09-18 06:34:16 +00:00
parent fc3abeb1e5
commit be061e2a19
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ my %AnalysesDefaultEnabled = (
'-checker-cfref' => 1,
'-warn-objc-methodsigs' => 1,
'-warn-objc-missing-dealloc' => 1,
'-warn-objc-unused-ivars' => 1
'-warn-objc-unused-ivars' => 1,
'-warn-objc-nserror-methods' => 1
);
##----------------------------------------------------------------------------##