summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedfields.py
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-0/+28
* loplugin, remove unnecessary filtering in post-processingNoel Grandin2018-11-211-12/+0
* new loplugin:constfieldsNoel Grandin2018-09-131-32/+0
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-201-0/+31
* improve unusedfields loplugin to find constructor-only fieldsNoel Grandin2018-05-191-2/+45
* put the loplugin output files in the workdirNoel Grandin2018-04-101-1/+1
* improve unusedfields lopluginNoel Grandin2017-09-181-5/+10
* these comments no longer validNoel Grandin2017-08-171-2/+0
* improve unusedfields loplugin readonly analysisNoel Grandin2017-07-241-0/+16
* enhance unusedfields plugin to find readonly fieldsNoel Grandin2017-07-191-0/+17
* remove some dead code from unusedfields pluginNoel Grandin2017-07-141-3/+0
* loplugin:unusedfields variousNoel Grandin2017-07-051-2/+15
* loplugin:unusedfields in toolkit..xmloffNoel Grandin2017-06-301-0/+3
* unusedfields loplugin writeonly analysis improvementsNoel Grandin2017-06-291-0/+3
* add various loplugin results filesNoel Grandin2017-04-251-2/+3
* loplugin:unusedfieldsNoel Grandin2017-04-201-1/+8
* loplugin:unusedfieldsNoel Grandin2017-03-241-9/+11
* extend unusedfields loplugin to find fields that can be privateNoel Grandin2016-11-171-51/+46
* loplugin:unusedfieldsNoel Grandin2016-11-021-3/+3
* loplugin:unusedfieldsNoel Grandin2016-09-201-23/+30
* use split() to simplify loplugin python codeNoel Grandin2016-09-151-12/+9
* loplugins: more consistent naming of output filesNoel Grandin2016-07-251-3/+3
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-6/+54
* loplugin:unusedfields variousNoel Grandin2015-11-261-3/+18
* loplugin:unusedfields variousNoel Grandin2015-11-251-1/+2
* loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin2015-11-251-1/+2
* update unusedfields plugin to use new clang warn_unused attribute supportNoel Grandin2015-11-241-4/+7
* loplugin:unusedfields in vcl/Noel Grandin2015-11-241-1/+5
* loplugin:unusedfields in sw/Noel Grandin2015-11-241-1/+2
* loplugin:unusedfields in scNoel Grandin2015-11-231-3/+7
* loplugin:unusedfields in dbaccessNoel Grandin2015-11-201-0/+2
* new loplugin:unusedfieldsNoel Grandin2015-11-201-0/+79