forked from OSchip/llvm-project
parent
6522ad6e77
commit
0ea5183fd7
|
@ -428,7 +428,7 @@ comments::FullComment *ASTContext::getCommentForDecl(
|
||||||
return cloneFullComment(FC, D);
|
return cloneFullComment(FC, D);
|
||||||
}
|
}
|
||||||
else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(D)) {
|
else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(D)) {
|
||||||
// Attach enum's documentation to its typedef if latter
|
// Attach any tag type's documentation to its typedef if latter
|
||||||
// does not have one of its own.
|
// does not have one of its own.
|
||||||
QualType QT = TD->getUnderlyingType();
|
QualType QT = TD->getUnderlyingType();
|
||||||
if (const TagType *TT = QT->getAs<TagType>())
|
if (const TagType *TT = QT->getAs<TagType>())
|
||||||
|
|
Loading…
Reference in New Issue