summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedmethods.cxx
AgeCommit message (Expand)Author
2020-07-30loplugin:unusedmethodsNoel Grandin
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-09-11fix loplugin:unusedmethodsNoel Grandin
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-04-10put the loplugin output files in the workdirNoel Grandin
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-30some global loplugin improvementsNoel Grandin
2017-11-28Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann
2017-11-28fix loplugin unusedmethodsNoel Grandin
2017-11-28loplugin:unusedmethods ignore recursive callsNoel Grandin
2017-11-10loplugin:unusedmethods new analysisNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2016-11-22can-be-private analysis needs to ignore virtual methodsNoel Grandin
2016-11-16update couple of loplugins for move constructorsNoel Grandin
2016-10-18-Werror=unused-functionStephan Bergmann
2016-10-18loplugins: extract some common functionalityNoel Grandin
2016-10-18some cleanups to the unusedmethods lopluginNoel Grandin
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin
2016-07-25loplugins: more consistent naming of output filesNoel Grandin
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann
2016-06-02I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann
2016-06-01remove unused SID constants and associated codeNoel Grandin
2016-05-18update unusedmethods plugin to ignore externC and copy constructorsNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2016-02-25new loplugin:unuseddefaultparamsNoel Grandin
2016-02-05Fix typosAndrea Gelmini
2016-02-01new loplugin to find public methods that can be privateNoel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-11update unusedmethods loplugin to update unused return valuesNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin