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 | 3cd4d1ece34d36317ec5352855d86e256cb6aa27 (patch) | |
tree | 6fc3f1e9f5657fcd435b6e332983b4c94d185e14 /lib/Sema/SemaTemplate.cpp | |
parent | 8320ad400439def135a75aa1dd0cafbcc1c9e5e0 (diff) |
Test instantiation of static data members that live within nested
member templates.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | lib/Sema/SemaTemplate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index d72cea0907..fb25e99bc8 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/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> |