summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08better name for a function in compilerpluginsLuboš Luňák1-1/+1
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák1-1/+1
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-18/+39
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin1-1/+1
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin1-23/+41
2018-12-13loplugin:unusedfields improve write-only logicNoel Grandin1-1/+9
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin1-1/+1
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-8/+2
2018-10-22loplugin:unusedfields improvemementsNoel Grandin1-1/+16
2018-10-17loplugin:singlevalfieldsNoel Grandin1-1/+1
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin1-18/+79
2018-09-13new loplugin:constfieldsNoel Grandin1-28/+0
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-8/+8
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin1-0/+32
2018-07-02loplugin:unusedfields improve checking for write-only fieldsNoel Grandin1-3/+13
2018-05-19improve unusedfields loplugin to find constructor-only fieldsNoel Grandin1-0/+5
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2018-04-10darn, unusedfields loplugin was left enabledNoel Grandin1-1/+1
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-2/+27
2018-01-09Don't build off-by-default loplugin:unusedfields on Windows for nowStephan Bergmann1-0/+4
2018-01-04loplugin:unusedfieldsNoel Grandin1-3/+8
2017-11-30some global loplugin improvementsNoel Grandin1-40/+16
2017-11-09loplugin:unusedfieldsNoel Grandin1-8/+13
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+3
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin1-1/+1
2017-09-29More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann1-2/+2
2017-09-29loplugin:unusedfields improve finding calleeNoel Grandin1-22/+100
2017-09-21loplugin:unusedfields, fix var taking refNoel Grandin1-0/+13
2017-09-18improve unusedfields lopluginNoel Grandin1-4/+11
2017-07-27simplify unusedfields pluginNoel Grandin1-37/+38
2017-07-24improve unusedfields loplugin readonly analysisNoel Grandin1-50/+65
2017-07-22Typo: "disposeAndClear", not "clearAndDispose"Julien Nabet1-2/+2
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin1-6/+395
2017-07-14remove some dead code from unusedfields pluginNoel Grandin1-6/+0
2017-07-11unusedfields plugin needs to ignore fields that have reinterpret_cast on themNoel Grandin1-1/+7
2017-07-06loplugin:unusedfields in scNoel Grandin1-8/+34
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-7/+16
2017-06-29fix some crashes in unusedfields pluginNoel Grandin1-24/+26
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin1-5/+44
2017-06-21Fix compilation with Clang 3.9.1Tor Lillqvist1-1/+1
2017-06-20fix for older clang in lopluginsNoel Grandin1-1/+4
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2017-06-20loplugin:unusedfields fix more false +Noel Grandin1-49/+31
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