summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-03loplugin:unusedfieldsNoel Grandin1-0/+12
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-0/+28
2018-11-21loplugin, remove unnecessary filtering in post-processingNoel Grandin1-12/+0
2018-09-13new loplugin:constfieldsNoel Grandin1-32/+0
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-0/+31
2018-05-19improve unusedfields loplugin to find constructor-only fieldsNoel Grandin1-2/+45
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2017-09-18improve unusedfields lopluginNoel Grandin1-5/+10
2017-08-17these comments no longer validNoel Grandin1-2/+0
2017-07-24improve unusedfields loplugin readonly analysisNoel Grandin1-0/+16
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin1-0/+17
2017-07-14remove some dead code from unusedfields pluginNoel Grandin1-3/+0
2017-07-05loplugin:unusedfields variousNoel Grandin1-2/+15
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-0/+3
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin1-0/+3
2017-04-25add various loplugin results filesNoel Grandin1-2/+3
2017-04-20loplugin:unusedfieldsNoel Grandin1-1/+8
2017-03-24loplugin:unusedfieldsNoel Grandin1-9/+11
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin1-51/+46
2016-11-02loplugin:unusedfieldsNoel Grandin1-3/+3
2016-09-20loplugin:unusedfieldsNoel Grandin1-23/+30
2016-09-15use split() to simplify loplugin python codeNoel Grandin1-12/+9
2016-07-25loplugins: more consistent naming of output filesNoel Grandin1-3/+3
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+54
2015-11-26loplugin:unusedfields variousNoel Grandin1-3/+18
2015-11-25loplugin:unusedfields variousNoel Grandin1-1/+2
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-1/+2
2015-11-24update unusedfields plugin to use new clang warn_unused attribute supportNoel Grandin1-4/+7
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-1/+5
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+2
2015-11-23loplugin:unusedfields in scNoel Grandin1-3/+7
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin1-0/+2
2015-11-20new loplugin:unusedfieldsNoel Grandin1-0/+79