Document the dependent type equivalence test case's purpose.

llvm-svn: 71162
This commit is contained in:
Douglas Gregor 2009-05-07 15:40:54 +00:00
parent 6d7a30c73e
commit 938439b6fe
1 changed files with 7 additions and 0 deletions

View File

@ -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<typename T>
struct X2 {