summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:48:35 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:50:06 +0200
commit0f732c41bc4edd7075ff68a81c0ca299e3e913c9 (patch)
tree395e8ebdf457db355dc0dd5ac161311d7eda850d /compilerplugins
parente963a8891238efc758306a09debbc93904a5388b (diff)
loplugin:unusedmethods lotuswordpro
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
Diffstat (limited to 'compilerplugins')
-rwxr-xr-xcompilerplugins/clang/unusedmethods.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedmethods.py b/compilerplugins/clang/unusedmethods.py
index 32a10850b484..2790408d89aa 100755
--- a/compilerplugins/clang/unusedmethods.py
+++ b/compilerplugins/clang/unusedmethods.py
@@ -56,6 +56,7 @@ exclusionSet = set([
"_Bool connectivity::OColumn::isWritable() const",
# instantiated from templates, not sure why it is not being picked up
"class basegfx::B2DPolygon OutputDevice::PixelToLogic(const class basegfx::B2DPolygon &,const class MapMode &) const",
+ "type-parameter-0-0 * detail::cloner::clone(type-parameter-0-0 *const)",
# only used by OSX build
"void StyleSettings::SetHideDisabledMenuItems(_Bool)",
])