From 57cdd888971d1c079e2e98729f50846ede69634a Mon Sep 17 00:00:00 2001 From: John McCall Date: Thu, 16 Dec 2010 19:28:59 +0000 Subject: Do lvalue-to-rvalue conversions on the LHS of a shift operator. Fixes rdar://problem/8776586. llvm-svn: 121992 --- clang/test/Analysis/constant-folding.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/Analysis/constant-folding.c') diff --git a/clang/test/Analysis/constant-folding.c b/clang/test/Analysis/constant-folding.c index 9710c2ccbd7..9191a9e0578 100644 --- a/clang/test/Analysis/constant-folding.c +++ b/clang/test/Analysis/constant-folding.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-experimental-checks -verify %s -// XFAIL: * // Trigger a warning if the analyzer reaches this point in the control flow. #define WARN ((void)*(char*)0) -- cgit v1.2.3