diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 11:58:44 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:07:43 +0200 |
commit | f1cb6a031e5ba3fbdfb722175d82f48ee1e6067f (patch) | |
tree | 99eccc9e16592427d02b46aa2a91f085c101ca36 /compilerplugins | |
parent | cb2b7a951ba447796611eaf411842ef9572a3d6c (diff) |
loplugin:staticmethods: sw
Change-Id: I2b06eb926ebc8ab04883da3272ea239a12e09436
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/staticmethods.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx index 8727026e8fba..c92eef4cf12a 100644 --- a/compilerplugins/clang/staticmethods.cxx +++ b/compilerplugins/clang/staticmethods.cxx @@ -195,7 +195,8 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl) || (fdc.Function("Read_F_Shape").Class("SwWW8ImplReader") .GlobalNamespace()) || (fdc.Function("Read_Majority").Class("SwWW8ImplReader") - .GlobalNamespace())) + .GlobalNamespace()) + || fdc.Function("Ignore").Class("SwWrtShell").GlobalNamespace()) { return true; } |