summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.cxx
AgeCommit message (Expand)Author
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin
2018-12-13loplugin:unusedfields improve write-only logicNoel Grandin
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-10-22loplugin:unusedfields improvemementsNoel Grandin
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-13new loplugin:constfieldsNoel Grandin
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-07-02loplugin:unusedfields improve checking for write-only fieldsNoel Grandin
2018-05-19improve unusedfields loplugin to find constructor-only fieldsNoel Grandin
2018-04-10put the loplugin output files in the workdirNoel Grandin
2018-04-10darn, unusedfields loplugin was left enabledNoel Grandin
2018-04-10loplugin:unusedfield improvementsNoel Grandin
2018-01-09Don't build off-by-default loplugin:unusedfields on Windows for nowStephan Bergmann
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-11-30some global loplugin improvementsNoel Grandin
2017-11-09loplugin:unusedfieldsNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-09-29More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-09-29loplugin:unusedfields improve finding calleeNoel Grandin
2017-09-21loplugin:unusedfields, fix var taking refNoel Grandin
2017-09-18improve unusedfields lopluginNoel Grandin
2017-07-27simplify unusedfields pluginNoel Grandin
2017-07-24improve unusedfields loplugin readonly analysisNoel Grandin
2017-07-22Typo: "disposeAndClear", not "clearAndDispose"Julien Nabet
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin
2017-07-14remove some dead code from unusedfields pluginNoel Grandin
2017-07-11unusedfields plugin needs to ignore fields that have reinterpret_cast on themNoel Grandin
2017-07-06loplugin:unusedfields in scNoel Grandin
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-29fix some crashes in unusedfields pluginNoel Grandin
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin
2017-06-21Fix compilation with Clang 3.9.1Tor Lillqvist
2017-06-20fix for older clang in lopluginsNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2017-06-20loplugin:unusedfields fix more false +Noel Grandin
2017-06-20loplugin:unusedfields fix some more false positivesNoel Grandin
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin
2017-06-15improve unusedfields lopluginNoel Grandin
2017-06-01Fix typosAndrea Gelmini
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-16tighten up the check a little moreNoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin
2017-03-24loplugin:unusedfieldsNoel Grandin