Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
committed by
Ashod Nakashian
parent
d61c16966b
commit
64d624b651
@@ -74,7 +74,7 @@ bool UnrefFun::VisitFunctionDecl(FunctionDecl const * decl) {
|
||||
}
|
||||
|
||||
//TODO, filtering out any functions relating to (class) templates for now:
|
||||
CXXRecordDecl const * r = dyn_cast<CXXRecordDecl>(decl->getDeclContext());;
|
||||
CXXRecordDecl const * r = dyn_cast<CXXRecordDecl>(decl->getDeclContext());
|
||||
if (r != nullptr
|
||||
&& (r->getTemplateSpecializationKind() != TSK_Undeclared
|
||||
|| r->isDependentContext()))
|
||||
|
Reference in New Issue
Block a user