r209892 - 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).
Aaron Ballman
aaron at aaronballman.com
Fri May 30 06:17:17 PDT 2014
Author: aaronballman
Date: Fri May 30 08:17:17 2014
New Revision: 209892
URL: http://llvm.org/viewvc/llvm-project?rev=209892&view=rev
Log:
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).
Removed:
cfe/trunk/test/CXX/temp/temp.param/p14.cpp
Removed: cfe/trunk/test/CXX/temp/temp.param/p14.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/temp/temp.param/p14.cpp?rev=209891&view=auto
==============================================================================
--- cfe/trunk/test/CXX/temp/temp.param/p14.cpp (original)
+++ cfe/trunk/test/CXX/temp/temp.param/p14.cpp (removed)
@@ -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}}
More information about the cfe-commits
mailing list