diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-01-20 06:00:17 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-01-20 06:00:17 +0000 |
| commit | b9ff6b23029d6c48f9d977f7dc8e05ba02c47f1d (patch) | |
| tree | 3667048bb256be3eb3b865e94aaa68fcd771246a /clang/test/Analysis/idempotent-operations.m | |
| parent | 3469212c82a8f63dff076b11c92b2c69b2c19127 (diff) | |
| download | bcm5719-llvm-b9ff6b23029d6c48f9d977f7dc8e05ba02c47f1d.tar.gz bcm5719-llvm-b9ff6b23029d6c48f9d977f7dc8e05ba02c47f1d.zip | |
Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>.
llvm-svn: 148533
Diffstat (limited to 'clang/test/Analysis/idempotent-operations.m')
| -rw-r--r-- | clang/test/Analysis/idempotent-operations.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/idempotent-operations.m b/clang/test/Analysis/idempotent-operations.m index b4765082d84..9a9820c3b2a 100644 --- a/clang/test/Analysis/idempotent-operations.m +++ b/clang/test/Analysis/idempotent-operations.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=deadcode.IdempotentOperations,osx.cocoa.RetainCount -verify %s +// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=experimental.deadcode.IdempotentOperations,osx.cocoa.RetainCount -verify %s typedef signed char BOOL; typedef unsigned long NSUInteger; |

