From a6c0e07df204c5719aa6ef12456830a9af2c7fbe Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 7 May 2009 15:40:54 +0000 Subject: [PATCH] Document the dependent type equivalence test case's purpose. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71162 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaTemplate/dependent-type-identity.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/SemaTemplate/dependent-type-identity.cpp b/test/SemaTemplate/dependent-type-identity.cpp index 61fa81a654..6843dbe892 100644 --- a/test/SemaTemplate/dependent-type-identity.cpp +++ b/test/SemaTemplate/dependent-type-identity.cpp @@ -1,5 +1,12 @@ // RUN: clang-cc -fsyntax-only -verify %s +// This test concerns the identity of dependent types within the +// canonical type system. This corresponds to C++ [temp.type], which +// specifies type equivalence within a template. +// +// FIXME: template template parameters +// FIXME: members of the current instantiation + namespace N { template struct X2 { -- 2.40.0