solenv/CompilerTest_compilerplugins_clang.mk | 14 -------------- solenv/clang-format/excludelist | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 25 deletions(-)
New commits: commit c6923103a2d952aecb154223663688a085065b05 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Jul 6 10:35:59 2022 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Jul 6 15:48:29 2022 +0200 move old/unused plugins to store noting that I have only plugins that I wrote or worked on extensively Change-Id: Ic4931a6ac2df7902cac3968900330a7ce4eb2d57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136841 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/compilerplugins/clang/checkunusedparams.cxx b/compilerplugins/clang/store/checkunusedparams.cxx similarity index 100% rename from compilerplugins/clang/checkunusedparams.cxx rename to compilerplugins/clang/store/checkunusedparams.cxx diff --git a/compilerplugins/clang/comparisonwithconstant.cxx b/compilerplugins/clang/store/comparisonwithconstant.cxx similarity index 100% rename from compilerplugins/clang/comparisonwithconstant.cxx rename to compilerplugins/clang/store/comparisonwithconstant.cxx diff --git a/compilerplugins/clang/constfields.cxx b/compilerplugins/clang/store/constfields.cxx similarity index 100% rename from compilerplugins/clang/constfields.cxx rename to compilerplugins/clang/store/constfields.cxx diff --git a/compilerplugins/clang/constfields.py b/compilerplugins/clang/store/constfields.py similarity index 100% rename from compilerplugins/clang/constfields.py rename to compilerplugins/clang/store/constfields.py diff --git a/compilerplugins/clang/constfieldsrewrite.cxx b/compilerplugins/clang/store/constfieldsrewrite.cxx similarity index 100% rename from compilerplugins/clang/constfieldsrewrite.cxx rename to compilerplugins/clang/store/constfieldsrewrite.cxx diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/store/constparams.cxx similarity index 100% rename from compilerplugins/clang/constparams.cxx rename to compilerplugins/clang/store/constparams.cxx diff --git a/compilerplugins/clang/constvars.cxx b/compilerplugins/clang/store/constvars.cxx similarity index 100% rename from compilerplugins/clang/constvars.cxx rename to compilerplugins/clang/store/constvars.cxx diff --git a/compilerplugins/clang/convertlong.cxx b/compilerplugins/clang/store/convertlong.cxx similarity index 100% rename from compilerplugins/clang/convertlong.cxx rename to compilerplugins/clang/store/convertlong.cxx diff --git a/compilerplugins/clang/countusersofdefaultparams.cxx b/compilerplugins/clang/store/countusersofdefaultparams.cxx similarity index 100% rename from compilerplugins/clang/countusersofdefaultparams.cxx rename to compilerplugins/clang/store/countusersofdefaultparams.cxx diff --git a/compilerplugins/clang/countusersofdefaultparams.py b/compilerplugins/clang/store/countusersofdefaultparams.py similarity index 100% rename from compilerplugins/clang/countusersofdefaultparams.py rename to compilerplugins/clang/store/countusersofdefaultparams.py diff --git a/compilerplugins/clang/dodgyswitch.cxx b/compilerplugins/clang/store/dodgyswitch.cxx similarity index 100% rename from compilerplugins/clang/dodgyswitch.cxx rename to compilerplugins/clang/store/dodgyswitch.cxx diff --git a/compilerplugins/clang/doubleconvert.cxx b/compilerplugins/clang/store/doubleconvert.cxx similarity index 100% rename from compilerplugins/clang/doubleconvert.cxx rename to compilerplugins/clang/store/doubleconvert.cxx diff --git a/compilerplugins/clang/inlinefields.cxx b/compilerplugins/clang/store/inlinefields.cxx similarity index 100% rename from compilerplugins/clang/inlinefields.cxx rename to compilerplugins/clang/store/inlinefields.cxx diff --git a/compilerplugins/clang/inlinefields.py b/compilerplugins/clang/store/inlinefields.py similarity index 100% rename from compilerplugins/clang/inlinefields.py rename to compilerplugins/clang/store/inlinefields.py diff --git a/compilerplugins/clang/inlinesimplememberfunctions.cxx b/compilerplugins/clang/store/inlinesimplememberfunctions.cxx similarity index 100% rename from compilerplugins/clang/inlinesimplememberfunctions.cxx rename to compilerplugins/clang/store/inlinesimplememberfunctions.cxx diff --git a/compilerplugins/clang/memoryvar.cxx b/compilerplugins/clang/store/memoryvar.cxx similarity index 100% rename from compilerplugins/clang/memoryvar.cxx rename to compilerplugins/clang/store/memoryvar.cxx diff --git a/compilerplugins/clang/namespaceindentation.cxx b/compilerplugins/clang/store/namespaceindentation.cxx similarity index 100% rename from compilerplugins/clang/namespaceindentation.cxx rename to compilerplugins/clang/store/namespaceindentation.cxx diff --git a/compilerplugins/clang/oncevar.cxx b/compilerplugins/clang/store/oncevar.cxx similarity index 100% rename from compilerplugins/clang/oncevar.cxx rename to compilerplugins/clang/store/oncevar.cxx diff --git a/compilerplugins/clang/optvalue.cxx b/compilerplugins/clang/store/optvalue.cxx similarity index 100% rename from compilerplugins/clang/optvalue.cxx rename to compilerplugins/clang/store/optvalue.cxx diff --git a/compilerplugins/clang/sequentialassign.cxx b/compilerplugins/clang/store/sequentialassign.cxx similarity index 100% rename from compilerplugins/clang/sequentialassign.cxx rename to compilerplugins/clang/store/sequentialassign.cxx diff --git a/compilerplugins/clang/shouldreturnbool.cxx b/compilerplugins/clang/store/shouldreturnbool.cxx similarity index 100% rename from compilerplugins/clang/shouldreturnbool.cxx rename to compilerplugins/clang/store/shouldreturnbool.cxx diff --git a/compilerplugins/clang/staticvar.cxx b/compilerplugins/clang/store/staticvar.cxx similarity index 100% rename from compilerplugins/clang/staticvar.cxx rename to compilerplugins/clang/store/staticvar.cxx diff --git a/compilerplugins/clang/stringliteraldefine.cxx b/compilerplugins/clang/store/stringliteraldefine.cxx similarity index 100% rename from compilerplugins/clang/stringliteraldefine.cxx rename to compilerplugins/clang/store/stringliteraldefine.cxx diff --git a/compilerplugins/clang/stringloop.cxx b/compilerplugins/clang/store/stringloop.cxx similarity index 100% rename from compilerplugins/clang/stringloop.cxx rename to compilerplugins/clang/store/stringloop.cxx diff --git a/compilerplugins/clang/unusedfieldsremove.cxx b/compilerplugins/clang/store/unusedfieldsremove.cxx similarity index 100% rename from compilerplugins/clang/unusedfieldsremove.cxx rename to compilerplugins/clang/store/unusedfieldsremove.cxx diff --git a/compilerplugins/clang/unusedindex.cxx b/compilerplugins/clang/store/unusedindex.cxx similarity index 100% rename from compilerplugins/clang/unusedindex.cxx rename to compilerplugins/clang/store/unusedindex.cxx diff --git a/compilerplugins/clang/unusedmethodsremove.cxx b/compilerplugins/clang/store/unusedmethodsremove.cxx similarity index 100% rename from compilerplugins/clang/unusedmethodsremove.cxx rename to compilerplugins/clang/store/unusedmethodsremove.cxx diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 1af3b951a664..631217b2be1b 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -19,19 +19,13 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/collapseif \ compilerplugins/clang/test/commaoperator \ compilerplugins/clang/test/conditionalstring \ - $(if $(filter-out WNT,$(OS)),compilerplugins/clang/test/constfields) \ compilerplugins/clang/test/constmethod \ - compilerplugins/clang/test/constparams \ 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 \ compilerplugins/clang/test/dbgunhandledexception \ - compilerplugins/clang/test/dodgyswitch \ - compilerplugins/clang/test/doubleconvert \ compilerplugins/clang/test/elidestringvar \ compilerplugins/clang/test/emptyif \ compilerplugins/clang/test/expressionalwayszero \ @@ -50,11 +44,9 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/makeshared \ compilerplugins/clang/test/moveit \ compilerplugins/clang/test/moveparam \ - compilerplugins/clang/test/namespaceindentation \ compilerplugins/clang/test/noexcept \ compilerplugins/clang/test/noexceptmove \ compilerplugins/clang/test/nullptr \ - compilerplugins/clang/test/oncevar \ compilerplugins/clang/test/oslendian-1 \ compilerplugins/clang/test/oslendian-2 \ compilerplugins/clang/test/oslendian-3 \ @@ -75,23 +67,18 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/sallogareas \ compilerplugins/clang/test/salunicodeliteral \ compilerplugins/clang/test/selfinit \ - compilerplugins/clang/test/sequentialassign \ - compilerplugins/clang/test/shouldreturnbool \ compilerplugins/clang/test/simplifyconstruct \ compilerplugins/clang/test/simplifydynamiccast \ compilerplugins/clang/test/simplifypointertobool \ compilerplugins/clang/test/singlevalfields \ compilerplugins/clang/test/staticconstfield \ compilerplugins/clang/test/staticdynamic \ - compilerplugins/clang/test/staticvar \ compilerplugins/clang/test/stdfunction \ compilerplugins/clang/test/stringadd \ compilerplugins/clang/test/stringconcatauto \ compilerplugins/clang/test/stringconcatliterals \ compilerplugins/clang/test/stringconstant \ compilerplugins/clang/test/stringliteralvar \ - compilerplugins/clang/test/stringliteraldefine \ - compilerplugins/clang/test/stringloop \ compilerplugins/clang/test/stringstatic \ compilerplugins/clang/test/stringview \ compilerplugins/clang/test/stringviewdangle \ @@ -113,7 +100,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/unusedcapturedefault \ compilerplugins/clang/test/unusedenumconstants \ compilerplugins/clang/test/unusedfields \ - compilerplugins/clang/test/unusedindex \ compilerplugins/clang/test/unusedmember \ compilerplugins/clang/test/unusedvariablecheck \ compilerplugins/clang/test/unusedvariablemore \ diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 2b91f820013d..87c47a10d4fc 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -1462,21 +1462,16 @@ compilerplugins/clang/charrightshift.cxx compilerplugins/clang/check.cxx compilerplugins/clang/check.hxx compilerplugins/clang/checkconfigmacros.cxx -compilerplugins/clang/checkunusedparams.cxx compilerplugins/clang/commaoperator.cxx -compilerplugins/clang/comparisonwithconstant.cxx compilerplugins/clang/compat.hxx compilerplugins/clang/constantparam.cxx compilerplugins/clang/constmethod.cxx -compilerplugins/clang/constparams.cxx compilerplugins/clang/conststringvar.cxx -compilerplugins/clang/countusersofdefaultparams.cxx compilerplugins/clang/cppunitassertequals.cxx compilerplugins/clang/cstylecast.cxx compilerplugins/clang/datamembershadow.cxx compilerplugins/clang/derefnullptr.cxx compilerplugins/clang/dllprivate.cxx -compilerplugins/clang/dodgyswitch.cxx compilerplugins/clang/dyncastvisibility.cxx compilerplugins/clang/dynexcspec.cxx compilerplugins/clang/expandablemethods.cxx @@ -1490,15 +1485,11 @@ compilerplugins/clang/functionaddress.hxx compilerplugins/clang/getimplementationname.cxx compilerplugins/clang/implicitboolconversion.cxx compilerplugins/clang/includeform.cxx -compilerplugins/clang/inlinefields.cxx -compilerplugins/clang/inlinesimplememberfunctions.cxx compilerplugins/clang/inlinevisible.cxx compilerplugins/clang/literaltoboolconversion.cxx compilerplugins/clang/loopvartoosmall.cxx -compilerplugins/clang/memoryvar.cxx compilerplugins/clang/mergeclasses.cxx compilerplugins/clang/nullptr.cxx -compilerplugins/clang/oncevar.cxx compilerplugins/clang/oslendian.cxx compilerplugins/clang/overrideparam.cxx compilerplugins/clang/overridevirtual.cxx @@ -1534,17 +1525,26 @@ compilerplugins/clang/store/cascadingassignop.cxx compilerplugins/clang/store/cascadingassignop.hxx compilerplugins/clang/store/cascadingcondop.hxx compilerplugins/clang/store/changefunctioncalls.cxx +compilerplugins/clang/store/checkunusedparams.cxx +compilerplugins/clang/store/comparisonwithconstant.cxx compilerplugins/clang/store/constantfunction.cxx +compilerplugins/clang/store/constparams.cxx +compilerplugins/clang/store/countusersofdefaultparams.cxx compilerplugins/clang/store/deadclass.cxx compilerplugins/clang/store/defaultparams.cxx compilerplugins/clang/store/deletedspecial.cxx compilerplugins/clang/store/derivedclass.cxx +compilerplugins/clang/store/dodgyswitch.cxx compilerplugins/clang/store/finalprotected.cxx compilerplugins/clang/store/findoncontainer.cxx compilerplugins/clang/store/fpcomparison.cxx +compilerplugins/clang/store/inlinefields.cxx +compilerplugins/clang/store/inlinesimplememberfunctions.cxx compilerplugins/clang/store/lclstaticfix.cxx compilerplugins/clang/store/lclstaticfix.hxx compilerplugins/clang/store/manualrefcount.cxx +compilerplugins/clang/store/memoryvar.cxx +compilerplugins/clang/store/oncevar.cxx compilerplugins/clang/store/paintmethodconversion.cxx compilerplugins/clang/store/postfixincrementfix.cxx compilerplugins/clang/store/postfixincrementfix.hxx @@ -1569,6 +1569,8 @@ compilerplugins/clang/store/tutorial/tutorial2_example.cxx compilerplugins/clang/store/tutorial/tutorial3.cxx compilerplugins/clang/store/tutorial/tutorial3.hxx compilerplugins/clang/store/unusedcode.cxx +compilerplugins/clang/store/unusedfieldsremove.cxx +compilerplugins/clang/store/unusedmethodsremove.cxx compilerplugins/clang/store/valueof.cxx compilerplugins/clang/stringconcatauto.cxx compilerplugins/clang/stringconcatliterals.cxx @@ -1620,9 +1622,7 @@ compilerplugins/clang/unoany.cxx compilerplugins/clang/unreffun.cxx compilerplugins/clang/unusedenumconstants.cxx compilerplugins/clang/unusedfields.cxx -compilerplugins/clang/unusedfieldsremove.cxx compilerplugins/clang/unusedmethods.cxx -compilerplugins/clang/unusedmethodsremove.cxx compilerplugins/clang/unusedvariablecheck.cxx compilerplugins/clang/unusedvariablecheck.hxx compilerplugins/clang/useuniqueptr.cxx