From cc10cbfbc74f3160210cbcea4723394e3891c0a2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 4 Nov 2010 00:14:23 +0000 Subject: add a comment to my last commit llvm-svn: 118212 --- clang/lib/AST/ASTContext.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 7ed1035c0f1..8f87b2f23b8 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -2738,6 +2738,7 @@ ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) { const_cast(DNT->getIdentifier())); } + // Do the same thing as above, but with dependent-named specializations. if (const DependentTemplateSpecializationType *DTST = T->getAs()) { NestedNameSpecifier *Prefix -- cgit v1.2.1