summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 11:36:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:24:23 +0000
commit98b77ad1e6acbbdda4843a4b57c1185d53884581 (patch)
tree15dd478a0e7fbdb56f8b45cf0ce732d244b28a8a /compilerplugins
parent7e4887679924df28da2083735e0367ecccb8180b (diff)
loplugin:expandablemethods in UnoControls..vbahelper
Change-Id: Iec2c5e13119d97c9ca87e083c0f7cb00227e5231 Reviewed-on: https://gerrit.libreoffice.org/29997 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/expandablemethods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/expandablemethods.cxx b/compilerplugins/clang/expandablemethods.cxx
index 73946f5e3c1c..9d57ce8bb7b5 100644
--- a/compilerplugins/clang/expandablemethods.cxx
+++ b/compilerplugins/clang/expandablemethods.cxx
@@ -315,7 +315,7 @@ bool ExpandableMethods::isCalleeFunctionInteresting(const FunctionDecl* function
return true;
}
-loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", false);
+loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", true);
}