summaryrefslogtreecommitdiff
path: root/solenv/CompilerTest_compilerplugins_clang.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-01 20:55:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-02 08:00:28 +0200
commit7934085eb95cc0ff39e948525f0cc2b80edc0169 (patch)
treedb728dddcd2f77103213bf3d46979aa3375768e7 /solenv/CompilerTest_compilerplugins_clang.mk
parent7b31f7428a1469fa823538fe5cf9cf36bbe2df68 (diff)
new loplugin:moveparam
Look for places where we can pass Primitive2DContainer by move reference and so avoid unnecessary copies. Change-Id: I1db167feba6d1a616ca6fc39778118ae20106bd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122964 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/CompilerTest_compilerplugins_clang.mk')
-rw-r--r--solenv/CompilerTest_compilerplugins_clang.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 0bbfcefe9db1..0521606ebe63 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -49,6 +49,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/loopvartoosmall \
compilerplugins/clang/test/mapindex \
compilerplugins/clang/test/makeshared \
+ compilerplugins/clang/test/moveparam \
compilerplugins/clang/test/namespaceindentation \
compilerplugins/clang/test/noexcept \
compilerplugins/clang/test/noexceptmove \