summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-11-04 00:14:23 +0000
committerDouglas Gregor <dgregor@apple.com>2010-11-04 00:14:23 +0000
commitcc10cbfbc74f3160210cbcea4723394e3891c0a2 (patch)
tree589df14f0bb13fd88d5e7d0cf2a54c88f420a414
parent3ade5704fe9ba52a5345e423a31d0f04f7919608 (diff)
downloadbcm5719-llvm-cc10cbfbc74f3160210cbcea4723394e3891c0a2.tar.gz
bcm5719-llvm-cc10cbfbc74f3160210cbcea4723394e3891c0a2.zip
add a comment to my last commit
llvm-svn: 118212
-rw-r--r--clang/lib/AST/ASTContext.cpp1
1 files changed, 1 insertions, 0 deletions
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<IdentifierInfo *>(DNT->getIdentifier()));
}
+ // Do the same thing as above, but with dependent-named specializations.
if (const DependentTemplateSpecializationType *DTST
= T->getAs<DependentTemplateSpecializationType>()) {
NestedNameSpecifier *Prefix
OpenPOWER on IntegriCloud