diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-28 21:41:19 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-28 21:41:19 +0000 |
commit | 11395b66c6c59e8f68b4b00fc71aeacdd683911c (patch) | |
tree | 64c3f24ebf28ae48c95466e1ac1592a8bd78441f /clang/lib/Sema/SemaTemplate.cpp | |
parent | 5c58093178b3547ddf5d041e54d6ecc606e812b0 (diff) | |
download | bcm5719-llvm-11395b66c6c59e8f68b4b00fc71aeacdd683911c.tar.gz bcm5719-llvm-11395b66c6c59e8f68b4b00fc71aeacdd683911c.zip |
Test instantiation of static data members that live within nested
member templates.
llvm-svn: 80396
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | clang/lib/Sema/SemaTemplate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp index d72cea09071..fb25e99bc89 100644 --- a/clang/lib/Sema/SemaTemplate.cpp +++ b/clang/lib/Sema/SemaTemplate.cpp @@ -808,9 +808,6 @@ Sema::MatchTemplateParametersToScopeSpecifier(SourceLocation DeclStartLoc, const CXXScopeSpec &SS, TemplateParameterList **ParamLists, unsigned NumParamLists) { - // FIXME: This routine will need a lot more testing once we have support for - // member templates. - // Find the template-ids that occur within the nested-name-specifier. These // template-ids will match up with the template parameter lists. llvm::SmallVector<const TemplateSpecializationType *, 4> |