]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76933 91177308-0d34-0410-b5e6-96231b3b80d8

utils/scan-build

index 5835628d59ba7435b7249a6b87515f26ee70b22a..79421caba91fc4dcc684236ec882ef9c2631c67b 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
 );
 
 ##----------------------------------------------------------------------------##