Enable the '-warn-security-syntactic' checker option by default.
authorTed Kremenek <kremenek@apple.com>
Fri, 24 Jul 2009 02:52:07 +0000 (02:52 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 24 Jul 2009 02:52:07 +0000 (02:52 +0000)
llvm-svn: 76933

clang/utils/scan-build

index 5835628..79421ca 100755 (executable)
@@ -148,6 +148,7 @@ my %AnalysesDefaultEnabled = (
   # Do not enable the missing -dealloc check by default.
   #  '-warn-objc-missing-dealloc' => 1,
   '-warn-objc-unused-ivars' => 1,
+  '-warn-security-syntactic' => 1
 );
 
 ##----------------------------------------------------------------------------##