[cfe-commits] r118212 - /cfe/trunk/lib/AST/ASTContext.cpp

Douglas Gregor dgregor at apple.com
Wed Nov 3 17:14:23 PDT 2010


Author: dgregor
Date: Wed Nov  3 19:14:23 2010
New Revision: 118212

URL: http://llvm.org/viewvc/llvm-project?rev=118212&view=rev
Log:
add a comment to my last commit

Modified:
    cfe/trunk/lib/AST/ASTContext.cpp

Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=118212&r1=118211&r2=118212&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Wed Nov  3 19:14:23 2010
@@ -2738,6 +2738,7 @@
                            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





More information about the cfe-commits mailing list