From: Ted Kremenek Date: Fri, 24 Jul 2009 02:52:07 +0000 (+0000) Subject: Enable the '-warn-security-syntactic' checker option by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a92d6d95ba894470c47ab2580135e8f094f0efe;p=clang Enable the '-warn-security-syntactic' checker option by default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76933 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/scan-build b/utils/scan-build index 5835628d59..79421caba9 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -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 ); ##----------------------------------------------------------------------------##