forked from OSchip/llvm-project
parent
3ade5704fe
commit
cc10cbfbc7
|
@ -2738,6 +2738,7 @@ ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) {
|
||||||
const_cast<IdentifierInfo *>(DNT->getIdentifier()));
|
const_cast<IdentifierInfo *>(DNT->getIdentifier()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do the same thing as above, but with dependent-named specializations.
|
||||||
if (const DependentTemplateSpecializationType *DTST
|
if (const DependentTemplateSpecializationType *DTST
|
||||||
= T->getAs<DependentTemplateSpecializationType>()) {
|
= T->getAs<DependentTemplateSpecializationType>()) {
|
||||||
NestedNameSpecifier *Prefix
|
NestedNameSpecifier *Prefix
|
||||||
|
|
Loading…
Reference in New Issue