summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-28 21:41:19 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-28 21:41:19 +0000
commit11395b66c6c59e8f68b4b00fc71aeacdd683911c (patch)
tree64c3f24ebf28ae48c95466e1ac1592a8bd78441f /clang/lib/Sema/SemaTemplate.cpp
parent5c58093178b3547ddf5d041e54d6ecc606e812b0 (diff)
downloadbcm5719-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.cpp3
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>
OpenPOWER on IntegriCloud