summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-05-30 13:17:17 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-05-30 13:17:17 +0000
commitf00500bc8e0e0d6146d53072c430059d8f9eb70f (patch)
treef8bb542d4ae255925f1b1e8b1243898d700b30f6 /clang/test
parent3e44a7fa5266d82c1bbb1a4285761484bd8c2c2b (diff)
downloadbcm5719-llvm-f00500bc8e0e0d6146d53072c430059d8f9eb70f.tar.gz
bcm5719-llvm-f00500bc8e0e0d6146d53072c430059d8f9eb70f.zip
This test is no longer relevant. It is covered already by [basic.scope.pdecl]p10, and our current test for that is more thorough (though our test is named p9.cpp).
llvm-svn: 209892
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CXX/temp/temp.param/p14.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CXX/temp/temp.param/p14.cpp b/clang/test/CXX/temp/temp.param/p14.cpp
deleted file mode 100644
index a6c53c1e64a..00000000000
--- a/clang/test/CXX/temp/temp.param/p14.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
-// XFAIL: *
-
-// A template-parameter shall not be used in its own default argument.
-template<typename T = typename T::type> struct X; // expected-error{{default}}
OpenPOWER on IntegriCloud