diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 7ed1035c0f1b..8f87b2f23b82 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