summaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.decls/temp.fct
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
commit828e226ab7ed08b3eb766549e9d3306432137460 (patch)
tree90ece4cd82d8a5e432a2341cac0ecaf92431cbb9 /test/CXX/temp/temp.decls/temp.fct
parent5a8503b333f50acd6012859853612229f38cb420 (diff)
downloadclang-828e226ab7ed08b3eb766549e9d3306432137460.tar.gz
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77462 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CXX/temp/temp.decls/temp.fct')
-rw-r--r--test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp b/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
index 7606a2a6ee..2571e45c5c 100644
--- a/test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
+++ b/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 {