forked from OSchip/llvm-project
parent
3ade5704fe
commit
cc10cbfbc7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue