summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-29 16:09:57 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-29 16:09:57 +0000
commit0004417e81d881bffd7190ae6fd2ce3553363b3b (patch)
treedde1931f65e8eb0d706ecc89b3ecf268b45f723a /clang/test/CXX
parentea2f1ceb4b6d5f7552379f4e2ea6efb0b12f195c (diff)
downloadbcm5719-llvm-0004417e81d881bffd7190ae6fd2ce3553363b3b.tar.gz
bcm5719-llvm-0004417e81d881bffd7190ae6fd2ce3553363b3b.zip
Use the new statement/expression profiling code to unique dependent
template arguments, as in template specialization types. This permits matching out-of-line definitions of members for class templates that involve non-type template parameters. llvm-svn: 77462
Diffstat (limited to 'clang/test/CXX')
-rw-r--r--clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp b/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
index 7606a2a6eef..2571e45c5cd 100644
--- a/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
+++ b/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
@@ -1,5 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
-// XFAIL
template<int N, int M>
struct A0 {
OpenPOWER on IntegriCloud