summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2010-12-22 08:38:13 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2010-12-22 08:38:13 +0000
commit6f8a8f92b8f4e982786670ab3e91e44c64af21ba (patch)
treeb0cbacf0806aac6ba40e408084dce4a5dcf348e2 /clang/test/Analysis
parent9f2b3842a3199e20ebeccbca69d37e87bb6b7bec (diff)
downloadbcm5719-llvm-6f8a8f92b8f4e982786670ab3e91e44c64af21ba.tar.gz
bcm5719-llvm-6f8a8f92b8f4e982786670ab3e91e44c64af21ba.zip
If the unary operator is prefix and an lvalue (in C++), bind
the location (l-value) to it. llvm-svn: 122396
Diffstat (limited to 'clang/test/Analysis')
-rw-r--r--clang/test/Analysis/misc-ps-region-store.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/misc-ps-region-store.cpp b/clang/test/Analysis/misc-ps-region-store.cpp
index 6b90305a895..e87fba41f96 100644
--- a/clang/test/Analysis/misc-ps-region-store.cpp
+++ b/clang/test/Analysis/misc-ps-region-store.cpp
@@ -1,6 +1,5 @@
// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
-// XFAIL: *
// Test basic handling of references.
char &test1_aux();
OpenPOWER on IntegriCloud