summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-20loplugin:unusedfields fix some more false positivesNoel Grandin1-1/+17
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin1-17/+53
2017-06-15improve unusedfields lopluginNoel Grandin1-8/+33
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-19loplugin:unusedfieldsNoel Grandin1-0/+5
2017-05-16tighten up the check a little moreNoel Grandin1-3/+7
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-1/+27
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin1-0/+5
2017-03-24loplugin:unusedfieldsNoel Grandin1-12/+18
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-1/+12
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin1-74/+69
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin1-0/+1
2016-07-25loplugins: more consistent naming of output filesNoel Grandin1-2/+2
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin1-1/+8
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann1-1/+1
2016-06-02I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann1-1/+1
2016-06-01remove unused SID constants and associated codeNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+2
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin1-10/+9
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-4/+85
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+2
2015-11-24update unusedfields plugin to use new clang warn_unused attribute supportNoel Grandin1-20/+4
2015-11-24loplugin:unusedfields in tools/Noel Grandin1-1/+2
2015-11-20loplugin:unusedfields in basctlNoel Grandin1-2/+43
2015-11-20new loplugin:unusedfieldsNoel Grandin1-0/+202