diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-06 10:35:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-06 15:48:29 +0200 |
commit | c6923103a2d952aecb154223663688a085065b05 (patch) | |
tree | 99fd8629f47ce50b0dd5ac016b8cfdb88be0174f /solenv/clang-format | |
parent | d5bf3d8dfe51aa6791fd88e62fc542d888aa05c7 (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/excludelist | 22 |
1 files changed, 11 insertions, 11 deletions
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 |