loplugin:staticmethods
Change-Id: Ie348778ea666c24e95e048386547f301083a0017
This commit is contained in:
@@ -133,6 +133,11 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
|
||||
if (startsWith(getFilename(pCXXMethodDecl->getCanonicalDecl()->getLocStart()), SRCDIR "/include/svl")) {
|
||||
return true;
|
||||
}
|
||||
// another one of those classes that has static data and some kind of weird reference-counting trick in it's constructor
|
||||
if (aParentName == "LinguOptions") {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bVisitedThis = false;
|
||||
TraverseStmt(pCXXMethodDecl->getBody());
|
||||
|
Reference in New Issue
Block a user