From: Douglas Gregor Date: Thu, 4 Nov 2010 00:14:23 +0000 (+0000) Subject: add a comment to my last commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=643f84353b3b7bbf9b73bcbc7da0ef8a39a5ca99;p=clang add a comment to my last commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118212 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index 7ed1035c0f..8f87b2f23b 100644 --- a/lib/AST/ASTContext.cpp +++ b/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