/include/

iggers a source change in it. Change-Id: Ia0d2e3a5a464659503dbb4ed6c20b6cc89b4de01 Reviewed-on: https://gerrit.libreoffice.org/68026 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Luboš Luňák <l.lunak@collabora.com> change some clang plugins to FilteringPlugins 2019-03-11T18:44:33+00:00 Luboš Luňák l.lunak@collabora.com 2019-03-05T15:15:22+00:00 a62ad33b0eb1dac70f91a409d11ac1bcdb624842 As far as I can tell these do not need to scan everything, so the filtering (and faster) base plugin is sufficient. Change-Id: I0912a730bb5ec9670d1faa5c83f573902118cc95 Reviewed-on: https://gerrit.libreoffice.org/68872 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
As far as I can tell these do not need to scan everything, so the filtering
(and faster) base plugin is sufficient.

Change-Id: I0912a730bb5ec9670d1faa5c83f573902118cc95
Reviewed-on: https://gerrit.libreoffice.org/68872
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Improve loplugin:simplifyconstruct warnings 2018-09-14T08:39:50+00:00 Stephan Bergmann sbergman@redhat.com 2018-09-13T19:21:20+00:00 c62d02bcb9192c839767d6824751002696c3ed3f Change-Id: I0a64d0eb9938d5a99416dbe4078ba4c05e5d588b Reviewed-on: https://gerrit.libreoffice.org/60465 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Change-Id: I0a64d0eb9938d5a99416dbe4078ba4c05e5d588b
Reviewed-on: https://gerrit.libreoffice.org/60465
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
loplugin:simplifyconstruct exclude std::unique_ptr with custom deleter 2018-09-13T11:31:41+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-09-13T11:31:41+00:00 b74db4138342f646fda061eac5d6759ecf2c366f Change-Id: I8f4ba883747a2aace88786ef807fd7c338bef5da
Change-Id: I8f4ba883747a2aace88786ef807fd7c338bef5da
new loplugin simplifyconstruct 2018-09-13T09:15:33+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-06-22T09:56:37+00:00 61e94390a3b86024b76c3418fe8c5e517c5c5123 no need to init smart pointers with nullptr, they all have default constructors that do this already Change-Id: Ief20c060daa0def8c1aa82f1cf8dc4bc696761e9 Reviewed-on: https://gerrit.libreoffice.org/59818 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
no need to init smart pointers with nullptr, they all have default
constructors that do this already

Change-Id: Ief20c060daa0def8c1aa82f1cf8dc4bc696761e9
Reviewed-on: https://gerrit.libreoffice.org/59818
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>