summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-casting.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-06-08 18:13:24 +0000
committerChris Lattner <sabre@nondot.org>2007-06-08 18:13:24 +0000
commit7a89360402777813a9a1a1e7928928ed390fa090 (patch)
tree080eed185cba48230bd707d653014402e1627f79 /clang/test/Parser/cxx-casting.cpp
parentc84413e0a824e4366ed95a10f689f44d5a5813e8 (diff)
downloadbcm5719-llvm-7a89360402777813a9a1a1e7928928ed390fa090.tar.gz
bcm5719-llvm-7a89360402777813a9a1a1e7928928ed390fa090.zip
This testcase bus errors because semantics analysis of these operators isn't implemented.
llvm-svn: 39612
Diffstat (limited to 'clang/test/Parser/cxx-casting.cpp')
-rw-r--r--clang/test/Parser/cxx-casting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Parser/cxx-casting.cpp b/clang/test/Parser/cxx-casting.cpp
index 1e06e981e4c..638985faf76 100644
--- a/clang/test/Parser/cxx-casting.cpp
+++ b/clang/test/Parser/cxx-casting.cpp
@@ -1,4 +1,5 @@
// RUN: clang -fsyntax-only %s
+// XFAIL: *
char *const_cast_test(const char *var)
{
OpenPOWER on IntegriCloud