Using new clang option to invoke the type-signature check of Objective-C instance methods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2008-07-14 23:41:49 +00:00
Родитель fb9a48cf5e
Коммит 003798181c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -138,7 +138,7 @@ def main(args):
if analysis_type is not None:
analysis_type = "-" + analysis_type
else:
analysis_type = "-warn-dead-stores -checker-cfref -check-objc-methodsigs"
analysis_type = "-warn-dead-stores -checker-cfref -warn-objc-methodsigs"
# Determine the level of verbosity.
if os.environ.get('CCC_ANALYZER_VERBOSE') is not None: