diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-11-04 00:14:23 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-11-04 00:14:23 +0000 |
commit | 643f84353b3b7bbf9b73bcbc7da0ef8a39a5ca99 (patch) | |
tree | 5136a0c523990f3939a0bb5ff92891630f219c20 /lib/AST/ASTContext.cpp | |
parent | 264bf66d55563dd86a3d7e06738aa427de512d2c (diff) |
add a comment to my last commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r-- | lib/AST/ASTContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<IdentifierInfo *>(DNT->getIdentifier())); } + // Do the same thing as above, but with dependent-named specializations. if (const DependentTemplateSpecializationType *DTST = T->getAs<DependentTemplateSpecializationType>()) { NestedNameSpecifier *Prefix |