forked from OSchip/llvm-project
[analyzer] Testing: These checkers are not experimental anymore.
llvm-svn: 150989
This commit is contained in:
parent
0cdce4df76
commit
6ecb6a6b7f
|
@ -72,7 +72,7 @@ SBOutputDirReferencePrefix = "Ref"
|
|||
|
||||
# The list of checkers used during analyzes.
|
||||
# Currently, consists of all the non experimental checkers.
|
||||
Checkers="experimental.security.taint,core,deadcode,cplusplus,security,unix,osx,cocoa,experimental.osx.cocoa.Containers,experimental.unix.cstring.BadSizeArg,experimental.unix.Malloc"
|
||||
Checkers="experimental.security.taint,core,deadcode,cplusplus,security,unix,osx,cocoa"
|
||||
|
||||
Verbose = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue