forked from OSchip/llvm-project
Enable '-warn-objc-nserror-methods' by default.
llvm-svn: 56298
This commit is contained in:
parent
fc3abeb1e5
commit
be061e2a19
|
@ -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
|
||||
);
|
||||
|
||||
##----------------------------------------------------------------------------##
|
||||
|
|
Loading…
Reference in New Issue