summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-07-06 10:35:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-07-06 15:48:29 +0200
commitc6923103a2d952aecb154223663688a085065b05 (patch)
tree99fd8629f47ce50b0dd5ac016b8cfdb88be0174f /compilerplugins
parentd5bf3d8dfe51aa6791fd88e62fc542d888aa05c7 (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 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/checkunusedparams.cxx (renamed from compilerplugins/clang/checkunusedparams.cxx)0
-rw-r--r--compilerplugins/clang/store/comparisonwithconstant.cxx (renamed from compilerplugins/clang/comparisonwithconstant.cxx)0
-rw-r--r--compilerplugins/clang/store/constfields.cxx (renamed from compilerplugins/clang/constfields.cxx)0
-rwxr-xr-xcompilerplugins/clang/store/constfields.py (renamed from compilerplugins/clang/constfields.py)0
-rw-r--r--compilerplugins/clang/store/constfieldsrewrite.cxx (renamed from compilerplugins/clang/constfieldsrewrite.cxx)0
-rw-r--r--compilerplugins/clang/store/constparams.cxx (renamed from compilerplugins/clang/constparams.cxx)0
-rw-r--r--compilerplugins/clang/store/constvars.cxx (renamed from compilerplugins/clang/constvars.cxx)0
-rw-r--r--compilerplugins/clang/store/convertlong.cxx (renamed from compilerplugins/clang/convertlong.cxx)0
-rw-r--r--compilerplugins/clang/store/countusersofdefaultparams.cxx (renamed from compilerplugins/clang/countusersofdefaultparams.cxx)0
-rwxr-xr-xcompilerplugins/clang/store/countusersofdefaultparams.py (renamed from compilerplugins/clang/countusersofdefaultparams.py)0
-rw-r--r--compilerplugins/clang/store/dodgyswitch.cxx (renamed from compilerplugins/clang/dodgyswitch.cxx)0
-rw-r--r--compilerplugins/clang/store/doubleconvert.cxx (renamed from compilerplugins/clang/doubleconvert.cxx)0
-rw-r--r--compilerplugins/clang/store/inlinefields.cxx (renamed from compilerplugins/clang/inlinefields.cxx)0
-rwxr-xr-xcompilerplugins/clang/store/inlinefields.py (renamed from compilerplugins/clang/inlinefields.py)0
-rw-r--r--compilerplugins/clang/store/inlinesimplememberfunctions.cxx (renamed from compilerplugins/clang/inlinesimplememberfunctions.cxx)0
-rw-r--r--compilerplugins/clang/store/memoryvar.cxx (renamed from compilerplugins/clang/memoryvar.cxx)0
-rw-r--r--compilerplugins/clang/store/namespaceindentation.cxx (renamed from compilerplugins/clang/namespaceindentation.cxx)0
-rw-r--r--compilerplugins/clang/store/oncevar.cxx (renamed from compilerplugins/clang/oncevar.cxx)0
-rw-r--r--compilerplugins/clang/store/optvalue.cxx (renamed from compilerplugins/clang/optvalue.cxx)0
-rw-r--r--compilerplugins/clang/store/sequentialassign.cxx (renamed from compilerplugins/clang/sequentialassign.cxx)0
-rw-r--r--compilerplugins/clang/store/shouldreturnbool.cxx (renamed from compilerplugins/clang/shouldreturnbool.cxx)0
-rw-r--r--compilerplugins/clang/store/staticvar.cxx (renamed from compilerplugins/clang/staticvar.cxx)0
-rw-r--r--compilerplugins/clang/store/stringliteraldefine.cxx (renamed from compilerplugins/clang/stringliteraldefine.cxx)0
-rw-r--r--compilerplugins/clang/store/stringloop.cxx (renamed from compilerplugins/clang/stringloop.cxx)0
-rw-r--r--compilerplugins/clang/store/unusedfieldsremove.cxx (renamed from compilerplugins/clang/unusedfieldsremove.cxx)0
-rw-r--r--compilerplugins/clang/store/unusedindex.cxx (renamed from compilerplugins/clang/unusedindex.cxx)0
-rw-r--r--compilerplugins/clang/store/unusedmethodsremove.cxx (renamed from compilerplugins/clang/unusedmethodsremove.cxx)0
27 files changed, 0 insertions, 0 deletions
diff --git a/compilerplugins/clang/checkunusedparams.cxx b/compilerplugins/clang/store/checkunusedparams.cxx
index 2f45049632d3..2f45049632d3 100644
--- a/compilerplugins/clang/checkunusedparams.cxx
+++ b/compilerplugins/clang/store/checkunusedparams.cxx
diff --git a/compilerplugins/clang/comparisonwithconstant.cxx b/compilerplugins/clang/store/comparisonwithconstant.cxx
index d796b7c3a3a1..d796b7c3a3a1 100644
--- a/compilerplugins/clang/comparisonwithconstant.cxx
+++ b/compilerplugins/clang/store/comparisonwithconstant.cxx
diff --git a/compilerplugins/clang/constfields.cxx b/compilerplugins/clang/store/constfields.cxx
index 692c84daeb8c..692c84daeb8c 100644
--- a/compilerplugins/clang/constfields.cxx
+++ b/compilerplugins/clang/store/constfields.cxx
diff --git a/compilerplugins/clang/constfields.py b/compilerplugins/clang/store/constfields.py
index e81d3f3043f5..e81d3f3043f5 100755
--- a/compilerplugins/clang/constfields.py
+++ b/compilerplugins/clang/store/constfields.py
diff --git a/compilerplugins/clang/constfieldsrewrite.cxx b/compilerplugins/clang/store/constfieldsrewrite.cxx
index d72bb43aad7a..d72bb43aad7a 100644
--- a/compilerplugins/clang/constfieldsrewrite.cxx
+++ b/compilerplugins/clang/store/constfieldsrewrite.cxx
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/store/constparams.cxx
index dac7322d0130..dac7322d0130 100644
--- a/compilerplugins/clang/constparams.cxx
+++ b/compilerplugins/clang/store/constparams.cxx
diff --git a/compilerplugins/clang/constvars.cxx b/compilerplugins/clang/store/constvars.cxx
index 2b06f54ea343..2b06f54ea343 100644
--- a/compilerplugins/clang/constvars.cxx
+++ b/compilerplugins/clang/store/constvars.cxx
diff --git a/compilerplugins/clang/convertlong.cxx b/compilerplugins/clang/store/convertlong.cxx
index 87b65a43f38b..87b65a43f38b 100644
--- a/compilerplugins/clang/convertlong.cxx
+++ b/compilerplugins/clang/store/convertlong.cxx
diff --git a/compilerplugins/clang/countusersofdefaultparams.cxx b/compilerplugins/clang/store/countusersofdefaultparams.cxx
index c336509b3ef6..c336509b3ef6 100644
--- a/compilerplugins/clang/countusersofdefaultparams.cxx
+++ b/compilerplugins/clang/store/countusersofdefaultparams.cxx
diff --git a/compilerplugins/clang/countusersofdefaultparams.py b/compilerplugins/clang/store/countusersofdefaultparams.py
index a53c17283c14..a53c17283c14 100755
--- a/compilerplugins/clang/countusersofdefaultparams.py
+++ b/compilerplugins/clang/store/countusersofdefaultparams.py
diff --git a/compilerplugins/clang/dodgyswitch.cxx b/compilerplugins/clang/store/dodgyswitch.cxx
index 43958f1364ad..43958f1364ad 100644
--- a/compilerplugins/clang/dodgyswitch.cxx
+++ b/compilerplugins/clang/store/dodgyswitch.cxx
diff --git a/compilerplugins/clang/doubleconvert.cxx b/compilerplugins/clang/store/doubleconvert.cxx
index 6f9cc88df742..6f9cc88df742 100644
--- a/compilerplugins/clang/doubleconvert.cxx
+++ b/compilerplugins/clang/store/doubleconvert.cxx
diff --git a/compilerplugins/clang/inlinefields.cxx b/compilerplugins/clang/store/inlinefields.cxx
index 1573e8d5217b..1573e8d5217b 100644
--- a/compilerplugins/clang/inlinefields.cxx
+++ b/compilerplugins/clang/store/inlinefields.cxx
diff --git a/compilerplugins/clang/inlinefields.py b/compilerplugins/clang/store/inlinefields.py
index 1a0dbda34189..1a0dbda34189 100755
--- a/compilerplugins/clang/inlinefields.py
+++ b/compilerplugins/clang/store/inlinefields.py
diff --git a/compilerplugins/clang/inlinesimplememberfunctions.cxx b/compilerplugins/clang/store/inlinesimplememberfunctions.cxx
index 760094b5a03a..760094b5a03a 100644
--- a/compilerplugins/clang/inlinesimplememberfunctions.cxx
+++ b/compilerplugins/clang/store/inlinesimplememberfunctions.cxx
diff --git a/compilerplugins/clang/memoryvar.cxx b/compilerplugins/clang/store/memoryvar.cxx
index 14c328ba40dd..14c328ba40dd 100644
--- a/compilerplugins/clang/memoryvar.cxx
+++ b/compilerplugins/clang/store/memoryvar.cxx
diff --git a/compilerplugins/clang/namespaceindentation.cxx b/compilerplugins/clang/store/namespaceindentation.cxx
index 1398efc86adf..1398efc86adf 100644
--- a/compilerplugins/clang/namespaceindentation.cxx
+++ b/compilerplugins/clang/store/namespaceindentation.cxx
diff --git a/compilerplugins/clang/oncevar.cxx b/compilerplugins/clang/store/oncevar.cxx
index 44fcfa950843..44fcfa950843 100644
--- a/compilerplugins/clang/oncevar.cxx
+++ b/compilerplugins/clang/store/oncevar.cxx
diff --git a/compilerplugins/clang/optvalue.cxx b/compilerplugins/clang/store/optvalue.cxx
index 2b703e194fd6..2b703e194fd6 100644
--- a/compilerplugins/clang/optvalue.cxx
+++ b/compilerplugins/clang/store/optvalue.cxx
diff --git a/compilerplugins/clang/sequentialassign.cxx b/compilerplugins/clang/store/sequentialassign.cxx
index 01172df17eb1..01172df17eb1 100644
--- a/compilerplugins/clang/sequentialassign.cxx
+++ b/compilerplugins/clang/store/sequentialassign.cxx
diff --git a/compilerplugins/clang/shouldreturnbool.cxx b/compilerplugins/clang/store/shouldreturnbool.cxx
index fa1bd4cbdfb3..fa1bd4cbdfb3 100644
--- a/compilerplugins/clang/shouldreturnbool.cxx
+++ b/compilerplugins/clang/store/shouldreturnbool.cxx
diff --git a/compilerplugins/clang/staticvar.cxx b/compilerplugins/clang/store/staticvar.cxx
index 21cbd0f08172..21cbd0f08172 100644
--- a/compilerplugins/clang/staticvar.cxx
+++ b/compilerplugins/clang/store/staticvar.cxx
diff --git a/compilerplugins/clang/stringliteraldefine.cxx b/compilerplugins/clang/store/stringliteraldefine.cxx
index 8d7e778051e1..8d7e778051e1 100644
--- a/compilerplugins/clang/stringliteraldefine.cxx
+++ b/compilerplugins/clang/store/stringliteraldefine.cxx
diff --git a/compilerplugins/clang/stringloop.cxx b/compilerplugins/clang/store/stringloop.cxx
index 3bae1a225b1e..3bae1a225b1e 100644
--- a/compilerplugins/clang/stringloop.cxx
+++ b/compilerplugins/clang/store/stringloop.cxx
diff --git a/compilerplugins/clang/unusedfieldsremove.cxx b/compilerplugins/clang/store/unusedfieldsremove.cxx
index 61df036f2c62..61df036f2c62 100644
--- a/compilerplugins/clang/unusedfieldsremove.cxx
+++ b/compilerplugins/clang/store/unusedfieldsremove.cxx
diff --git a/compilerplugins/clang/unusedindex.cxx b/compilerplugins/clang/store/unusedindex.cxx
index 63b9d4dcaeaf..63b9d4dcaeaf 100644
--- a/compilerplugins/clang/unusedindex.cxx
+++ b/compilerplugins/clang/store/unusedindex.cxx
diff --git a/compilerplugins/clang/unusedmethodsremove.cxx b/compilerplugins/clang/store/unusedmethodsremove.cxx
index ff87c6b7771a..ff87c6b7771a 100644
--- a/compilerplugins/clang/unusedmethodsremove.cxx
+++ b/compilerplugins/clang/store/unusedmethodsremove.cxx