diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-13 13:02:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-13 15:05:56 +0200 |
commit | 6c7c7bcdbd3e47cad5c6b94e1ed1c5314dbdbf6b (patch) | |
tree | 4ab84fa839582aa6922450429d15f3b10cec74a5 /solenv | |
parent | 5979076a14098f6887b61e937cfc9059ff7f2506 (diff) |
loplugin:cow_wrapper
check the classes that use o3tl::cow_wrapper so that they
don't unnecessarity trigger copies
Change-Id: I545e627598217f3e61ba2c384adb8d4f8b404829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122030
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 768b5a579d04..0bbfcefe9db1 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -25,6 +25,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/consttobool \ compilerplugins/clang/test/constvars \ compilerplugins/clang/test/convertlong \ + compilerplugins/clang/test/cow_wrapper \ compilerplugins/clang/test/cppunitassertequals \ compilerplugins/clang/test/cstylecast \ compilerplugins/clang/test/datamembershadow \ |