diff options
author | Tom Care <tcare@apple.com> | 2010-08-06 22:23:07 +0000 |
---|---|---|
committer | Tom Care <tcare@apple.com> | 2010-08-06 22:23:07 +0000 |
commit | 925501c5482be9f8520649c79e2c348a7332c87d (patch) | |
tree | 076af909afb083dddfb05fcaa588c5248f3a8b2c /clang/test/Analysis/idempotent-operations.c | |
parent | 45e07c8fc5d097bb0877ab1b1ff35229c89d09e1 (diff) | |
download | bcm5719-llvm-925501c5482be9f8520649c79e2c348a7332c87d.tar.gz bcm5719-llvm-925501c5482be9f8520649c79e2c348a7332c87d.zip |
Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations)
- Added IdempotentOperationChecker to experimental analyses for testing purposes
- Updated test cases to explictly call the checker
llvm-svn: 110482
Diffstat (limited to 'clang/test/Analysis/idempotent-operations.c')
-rw-r--r-- | clang/test/Analysis/idempotent-operations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/idempotent-operations.c b/clang/test/Analysis/idempotent-operations.c index d10c45f6cd9..2543b1a0068 100644 --- a/clang/test/Analysis/idempotent-operations.c +++ b/clang/test/Analysis/idempotent-operations.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -verify -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -verify %s +// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -verify -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -analyzer-check-idempotent-operations -verify %s // Basic tests |