summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedfields.cxx
AgeCommit message (Expand)Author
2021-05-18loplugin:unusedfieldsNoel Grandin
2020-08-04remove some debug codeNoel Grandin
2020-08-03Revert "Adapt to changed clang::ASTContext::getParents behavior on Clang 11 t...Stephan Bergmann
2020-05-25Adapt to changed clang::ASTContext::getParents behavior on Clang 11 trunkStephan Bergmann
2020-05-25Code duplicationStephan Bergmann
2020-03-10Deref of DynTypedNode* must not outlive owning DynTypedNodeListStephan Bergmann
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-02-03loplugin:unusedfieldsNoel Grandin
2020-01-31loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin
2020-01-27Adapt to Clang 11 move of DynTypedNodeListStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2019-09-06Fixing "...."Andrea Gelmini
2019-06-14loplugin:unusedfields improvementsNoel Grandin
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