aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/idempotent-operations.c
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-12-16 19:28:59 +0000
committerJohn McCall <rjmccall@apple.com>2010-12-16 19:28:59 +0000
commit1bc80af703ceff3e92797f33c41634d327bf067a (patch)
treebde72070110f705f18d9b04168aea4ec99af26a9 /test/Analysis/idempotent-operations.c
parenta669c534cf414339060868d70d2348fea9ce6c7d (diff)
Do lvalue-to-rvalue conversions on the LHS of a shift operator.
Fixes rdar://problem/8776586. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/idempotent-operations.c')
-rw-r--r--test/Analysis/idempotent-operations.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/idempotent-operations.c b/test/Analysis/idempotent-operations.c
index 514607b14a..197357f800 100644
--- a/test/Analysis/idempotent-operations.c
+++ b/test/Analysis/idempotent-operations.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -analyzer-check-idempotent-operations -verify %s
-// XFAIL: *
// Basic tests