summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/constparams.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 14:39:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-19 09:28:00 +0200
commit0f7e64f3edbc1a49e9681d12ce24326150a8a675 (patch)
tree8f7129134e134607f4913736723f3e49a2392bdb /compilerplugins/clang/constparams.cxx
parent7b83ed313e0e54cb7da4525d13f63937e10867fa (diff)
loplugin:constparams in desktop
Change-Id: Idba3acbd1e6ad5e1ce1cae9f80f764906ab8b143 Reviewed-on: https://gerrit.libreoffice.org/40157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/constparams.cxx')
-rw-r--r--compilerplugins/clang/constparams.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx
index 3fc5928c9589..4873b7828547 100644
--- a/compilerplugins/clang/constparams.cxx
+++ b/compilerplugins/clang/constparams.cxx
@@ -106,6 +106,7 @@ bool ConstParams::VisitFunctionDecl(FunctionDecl * functionDecl)
|| name == "signalDragDropReceived"
|| name == "memory_write"
|| name == "file_write"
+ || name == "SalMainPipeExchangeSignal_impl"
// UNO component entry points
|| name.endswith("component_getFactory")
// in Scheduler::, wants to loop until a reference to a bool becomes true