diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-07-14 23:41:49 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-07-14 23:41:49 +0000 |
| commit | 2fa70832e4023723b45d686cb76681ee1c4fbc90 (patch) | |
| tree | 98ef1a8460e290913d6b84bc95fa477e28ba4d2e /clang | |
| parent | 3063b73773cfb08cd9361a7e011210965a0a4a9c (diff) | |
| download | bcm5719-llvm-2fa70832e4023723b45d686cb76681ee1c4fbc90.tar.gz bcm5719-llvm-2fa70832e4023723b45d686cb76681ee1c4fbc90.zip | |
Using new clang option to invoke the type-signature check of Objective-C instance methods.
llvm-svn: 53576
Diffstat (limited to 'clang')
| -rwxr-xr-x | clang/utils/ccc-analyzer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer index b2e80bb8686..1499dfc84c4 100755 --- a/clang/utils/ccc-analyzer +++ b/clang/utils/ccc-analyzer @@ -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: |

