diff options
| author | Jordy Rose <jediknil@belkadan.com> | 2011-09-02 05:55:19 +0000 |
|---|---|---|
| committer | Jordy Rose <jediknil@belkadan.com> | 2011-09-02 05:55:19 +0000 |
| commit | c49ec53e2910f51d5f548bcf7ef117d51e944d50 (patch) | |
| tree | c1799bb4e4c2e2f5901e2527c7c6d2cd47e7d70d /clang/test/Analysis/dead-stores.m | |
| parent | 94ce535647897412ad4d70c52e4a3d02ef520514 (diff) | |
| download | bcm5719-llvm-c49ec53e2910f51d5f548bcf7ef117d51e944d50.tar.gz bcm5719-llvm-c49ec53e2910f51d5f548bcf7ef117d51e944d50.zip | |
[analyzer] Move the knowledge of whether or not GC is enabled for the current analysis from CFRefCount to ExprEngine.
Remove TransferFuncs from ExprEngine and AnalysisConsumer.
Demote RetainReleaseChecker to a regular checker, and give it the name osx.cocoa.RetainCount (class name change coming shortly). Update tests accordingly.
llvm-svn: 138998
Diffstat (limited to 'clang/test/Analysis/dead-stores.m')
| -rw-r--r-- | clang/test/Analysis/dead-stores.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/dead-stores.m b/clang/test/Analysis/dead-stores.m index 51b5858a623..4ed71c4e8bf 100644 --- a/clang/test/Analysis/dead-stores.m +++ b/clang/test/Analysis/dead-stores.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.core -analyzer-checker=deadcode.DeadStores -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.core -analyzer-checker=deadcode.DeadStores,osx.cocoa.RetainCount -verify %s typedef signed char BOOL; typedef unsigned int NSUInteger; |

