зеркало из https://github.com/microsoft/clang-1.git
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
This commit is contained in:
Родитель
5f28a1edf6
Коммит
3a92d6d95b
|
@ -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
|
||||
);
|
||||
|
||||
##----------------------------------------------------------------------------##
|
||||
|
|
Загрузка…
Ссылка в новой задаче