loplugin:constparams in soltools and various
Change-Id: I5e8e4a9a31aa7c3ff54cc7ce137d08770ea297e1 Reviewed-on: https://gerrit.libreoffice.org/40279 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -108,6 +108,11 @@ bool ConstParams::VisitFunctionDecl(FunctionDecl * functionDecl)
|
||||
|| name == "file_write"
|
||||
|| name == "SalMainPipeExchangeSignal_impl"
|
||||
|| name.startswith("SbRtl_")
|
||||
|| name == "my_if_errors"
|
||||
|| name == "my_eval_defined"
|
||||
|| name == "my_eval_variable"
|
||||
// #ifdef win32
|
||||
|| name == "convert_slashes"
|
||||
// UNO component entry points
|
||||
|| name.endswith("component_getFactory")
|
||||
// in Scheduler::, wants to loop until a reference to a bool becomes true
|
||||
|
Reference in New Issue
Block a user